Skip to content
Snippets Groups Projects
Commit b67e8be2 authored by pkupczyk's avatar pkupczyk
Browse files

SSDM-302 : Support Java 8 - upgraded spring jars to 2.5.6 SEC03 and patched...

SSDM-302 : Support Java 8 - upgraded spring jars to 2.5.6 SEC03 and patched them to work properly with Java 8

SVN: 31717
parent 0ef0646f
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ dependencies { ...@@ -21,7 +21,7 @@ dependencies {
'google:gwt-debug-panel:1.0', 'google:gwt-debug-panel:1.0',
'google:gwt-user:2.4', 'google:gwt-user:2.4',
'reveregroup:gwt-image-loader:+', 'reveregroup:gwt-image-loader:+',
'springframework:spring-orm:2.5.6.SEC01', 'springframework:spring-orm:+',
'cisd:cisd-hotdeploy:13.01.0', 'cisd:cisd-hotdeploy:13.01.0',
'apache:poi-ooxml:3.8-20120326', 'apache:poi-ooxml:3.8-20120326',
'hibernate:hibernate-validator:4.2.0.Final', 'hibernate:hibernate-validator:4.2.0.Final',
...@@ -30,7 +30,7 @@ dependencies { ...@@ -30,7 +30,7 @@ dependencies {
testCompile project(path: ':common', configuration: 'tests'), testCompile project(path: ':common', configuration: 'tests'),
project(path: ':dbmigration', configuration: 'tests'), project(path: ':dbmigration', configuration: 'tests'),
'springframework:spring-test:2.5.6.SEC01' 'springframework:spring-test:+'
testRuntime project(path: ':common', configuration: 'tests'), testRuntime project(path: ':common', configuration: 'tests'),
project(path: ':dbmigration', configuration: 'tests'), project(path: ':dbmigration', configuration: 'tests'),
......
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