optimize build.gradle

This commit is contained in:
CaiHQ
2021-12-21 17:48:31 +08:00
parent 05a8a992db
commit a65930f00e
3 changed files with 6 additions and 45 deletions

View File

@@ -23,10 +23,8 @@ sourceSets {
}
dependencies {
api project (":common")
api 'io.netty:netty-all:4.1.52.Final'
api 'io.netty:netty-all:4.1.42.Final'
api 'io.netty:netty-tcnative-boringssl-static:2.0.41.Final'
api 'org.apache.logging.log4j:log4j-core:2.15.0'
api 'org.apache.logging.log4j:log4j-api:2.15.0'
api 'com.google.code.gson:gson:2.8.8'
testImplementation 'junit:junit:4.13.2'