update to current jackson 2.9.9, 2.9.9.2
This commit is contained in:
parent
5c826041b6
commit
22658af20e
2 changed files with 3 additions and 1 deletions
|
@ -2,4 +2,5 @@ dependencies {
|
|||
compile project(':content-core')
|
||||
compile project(':content-resource')
|
||||
compile "com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${project.property('jackson.version')}"
|
||||
compile "com.fasterxml.jackson.core:jackson-databind:${project.property('jackson-databind.version')}"
|
||||
}
|
||||
|
|
|
@ -3,7 +3,8 @@ name = content
|
|||
version = 2.0.0
|
||||
|
||||
xbib-net.version = 2.0.0
|
||||
jackson.version = 2.8.11
|
||||
jackson.version = 2.9.9
|
||||
jackson-databind.version = 2.9.9.2
|
||||
|
||||
# test
|
||||
junit.version = 4.12
|
||||
|
|
Loading…
Reference in a new issue