Skip to content
Snippets Groups Projects
Commit 9973fcf5 authored by juanf's avatar juanf
Browse files

SSDM-9830 : Library Upgrade: Spring + Jackson

parent 8a9c622b
No related branches found
No related tags found
No related merge requests found
......@@ -18,9 +18,9 @@ dependencies {
'lombok:lombok:1.16.20',
'log4j:log4j-api:2.10.0',
'log4j:log4j-core:2.10.0',
'fasterxml:jackson-annotations:2.0.2',
'fasterxml:jackson-core:2.0.2',
'fasterxml:jackson-databind:2.0.2',
'fasterxml:jackson-annotations:2.9.10',
'fasterxml:jackson-core:2.9.10',
'fasterxml:jackson-databind:2.9.10',
'openbis:openbis-v3-api-batteries-included:S269'
}
......
......@@ -37,9 +37,9 @@ dependencies {
compile 'reflections:reflections:0.9.10',
'testng:testng:6.8-CISD',
'fasterxml:jackson-core:2.9.7',
'fasterxml:jackson-annotations:2.9.7',
'fasterxml:jackson-databind:2.9.7'
'fasterxml:jackson-core:2.9.10',
'fasterxml:jackson-annotations:2.9.10',
'fasterxml:jackson-databind:2.9.10'
testCompile project(path: ':ui-test', configuration: 'tests')
......
......@@ -26,13 +26,13 @@ dependencies {
'javax:servlet-api:3.1.0',
'google:gwt-user:2.4',
'reveregroup:gwt-image-loader:1.1.4',
'springframework:spring-orm:5.0.1.RELEASE',
'springframework:spring-orm:5.0.17.RELEASE',
'cisd:cisd-hotdeploy:13.01.0',
'apache:poi-ooxml:3.17',
'hibernate:hibernate-validator:4.3.2.Final',
'unimi:fastutil:5.1.5',
'apache:commons-collections4:4.1',
'springframework:spring-context-support:5.0.1.RELEASE',
'springframework:spring-context-support:5.0.17.RELEASE',
'ehcache:ehcache:2.10.0',
'jline:jline:0.9.94',
'javax.annotation:javax.annotation-api:1.3.2',
......@@ -48,7 +48,7 @@ dependencies {
testCompile project(path: ':common', configuration: 'tests'),
project(path: ':dbmigration', configuration: 'tests'),
project(path: ':openbis_api', configuration: 'tests'),
'springframework:spring-test:5.0.1.RELEASE'
'springframework:spring-test:5.0.17.RELEASE'
testRuntime project(path: ':common', configuration: 'tests'),
project(path: ':dbmigration', configuration: 'tests'),
......
......@@ -11,7 +11,7 @@ if (System.getProperty("openbis.development-build") != null) {
'google:gwt-debug-panel:1.0',
'sencha:gxt:2.2.5',
'sis:sis-base:18.09.0',
'fasterxml:jackson-annotations:2.9.7',
'fasterxml:jackson-annotations:2.9.10',
project(':common'),
project(path:':common', configuration: 'archives'),
project(path:':openbis_api'),
......
......@@ -6,8 +6,8 @@ apply from: '../gradle/javaproject.gradle'
dependencies {
compile project(':common'),
'sis:sis-file-transfer:19.03.1',
'fasterxml:jackson-core:2.9.7',
'fasterxml:jackson-annotations:2.9.7'
'fasterxml:jackson-core:2.9.10',
'fasterxml:jackson-annotations:2.9.10'
testCompile project(path: ':common', configuration: 'tests'),
'fjelmer:classycle:1.4.2',
......
......@@ -11,7 +11,7 @@ if (System.getProperty("openbis.development-build") != null) {
'google:gwt-debug-panel:1.0',
'sencha:gxt:2.2.5',
'sis:sis-base:18.09.0',
'fasterxml:jackson-annotations:2.9.7',
'fasterxml:jackson-annotations:2.9.10',
project(':common'),
project(path:':common', configuration: 'archives'),
project(path:':openbis_api'),
......
......@@ -11,7 +11,7 @@ if (System.getProperty("openbis.development-build") != null) {
'google:gwt-debug-panel:1.0',
'sencha:gxt:2.2.5',
'sis:sis-base:18.09.0',
'fasterxml:jackson-annotations:2.9.7',
'fasterxml:jackson-annotations:2.9.10',
project(':common'),
project(path:':common', configuration: 'archives'),
project(':commonbase'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment