jackson修改
parent
16b7479c8c
commit
48abd97de8
|
@ -14,8 +14,6 @@ repositories {
|
||||||
dependencies {
|
dependencies {
|
||||||
testCompile group: 'junit', name: 'junit', version: '4.12'
|
testCompile group: 'junit', name: 'junit', version: '4.12'
|
||||||
compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.25'
|
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 {
|
jar {
|
||||||
baseName = 'gamecommon'
|
baseName = 'gamecommon'
|
||||||
|
|
|
@ -15,8 +15,8 @@ dependencies {
|
||||||
compile project(":gamecommon")
|
compile project(":gamecommon")
|
||||||
testCompile group: 'junit', name: 'junit', version: '4.12'
|
testCompile group: 'junit', name: 'junit', version: '4.12'
|
||||||
compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.25'
|
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-core:2.10.1")
|
||||||
compile("com.fasterxml.jackson.core:jackson-databind:2.3.3")
|
compile("com.fasterxml.jackson.core:jackson-databind:2.10.1")
|
||||||
}
|
}
|
||||||
|
|
||||||
jar {
|
jar {
|
||||||
|
|
Loading…
Reference in New Issue