optimize: use jquery 2.1.4.min

refactor: DOA Contract
update: use doip sdk 1.0.2
optimize build.gradle
This commit is contained in:
CaiHQ
2021-12-21 17:48:31 +08:00
parent 05a8a992db
commit 826b256c85
3 changed files with 5 additions and 45 deletions

View File

@@ -23,10 +23,7 @@ sourceSets {
}
dependencies {
api project (":common")
api 'io.netty:netty-all:4.1.52.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'