jackson修改
parent
16b7479c8c
commit
48abd97de8
|
@ -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'
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue