perf: 重写部分代码
This commit is contained in:
@@ -5,19 +5,19 @@ evaluationDependsOn(':hamster-ball-common')
|
||||
dependencies {
|
||||
apiShade(project(":hamster-ball-common")) { transitive = false }
|
||||
|
||||
// https://mvnrepository.com/artifact/org.slf4j/slf4j-api
|
||||
implementation 'org.slf4j:slf4j-api:2.0.3'
|
||||
// // https://mvnrepository.com/artifact/org.slf4j/slf4j-api
|
||||
// implementation 'org.slf4j:slf4j-api:2.0.3'
|
||||
|
||||
// https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core
|
||||
shade 'org.apache.logging.log4j:log4j-core:2.19.0'
|
||||
implementationShade 'org.apache.logging.log4j:log4j-core:2.19.0'
|
||||
// https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-slf4j-impl
|
||||
shade 'org.apache.logging.log4j:log4j-slf4j-impl:2.19.0'
|
||||
implementationShade 'org.apache.logging.log4j:log4j-slf4j-impl:2.19.0'
|
||||
|
||||
// https://mvnrepository.com/artifact/io.netty/netty-all
|
||||
//noinspection GradlePackageUpdate
|
||||
implementationShade 'io.netty:netty-all:4.1.82.Final'
|
||||
implementationShade 'io.netty:netty-all:4.1.86.Final'
|
||||
// https://mvnrepository.com/artifact/org.yaml/snakeyaml
|
||||
implementationShade 'org.yaml:snakeyaml:1.33'
|
||||
implementationShade 'org.yaml:snakeyaml:2.0'
|
||||
// https://mvnrepository.com/artifact/com.google.code.gson/gson
|
||||
//noinspection GradlePackageUpdate
|
||||
implementationShade 'com.google.code.gson:gson:2.8.9'
|
||||
|
Reference in New Issue
Block a user