jackson修改

lvxinran 2019-12-10 04:01:38 +08:00
parent 16b7479c8c
commit 48abd97de8
2 changed files with 2 additions and 4 deletions

View File

@ -14,8 +14,6 @@ repositories {
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.25'
compile("com.fasterxml.jackson.core:jackson-core:2.3.1")
compile("com.fasterxml.jackson.core:jackson-databind:2.3.3")
}
jar {
baseName = 'gamecommon'

View File

@ -15,8 +15,8 @@ dependencies {
compile project(":gamecommon")
testCompile group: 'junit', name: 'junit', version: '4.12'
compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.25'
compile("com.fasterxml.jackson.core:jackson-core:2.3.1")
compile("com.fasterxml.jackson.core:jackson-databind:2.3.3")
compile("com.fasterxml.jackson.core:jackson-core:2.10.1")
compile("com.fasterxml.jackson.core:jackson-databind:2.10.1")
}
jar {