perf: 优化依赖性能

This commit is contained in:
2022-11-02 07:32:44 +08:00
parent 484abd375d
commit 2a43bc50bf
4 changed files with 20 additions and 16 deletions

View File

@@ -6,16 +6,13 @@ dependencies {
apiShade(project(":hamster-core-common")) { transitive = false }
compileOnly 'net.md-5:bungeecord-api:1.19-R0.1-SNAPSHOT'
// https://mvnrepository.com/artifact/net.kyori/adventure-platform-bungeecord
apiShade 'net.kyori:adventure-platform-bungeecord:4.1.2'
// https://mvnrepository.com/artifact/com.zaxxer/HikariCP
//noinspection GradlePackageUpdate
apiShade 'com.zaxxer:HikariCP:4.0.3'
// https://mvnrepository.com/artifact/mysql/mysql-connector-java
shade 'mysql:mysql-connector-java:8.0.31'
// https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp
apiShade 'com.squareup.okhttp3:okhttp:4.10.0'
// https://mvnrepository.com/artifact/com.zaxxer/HikariCP
implementationShade 'com.zaxxer:HikariCP:5.0.1'
}
processResources {