From b67e8be286c0eb2b2fc51d236787755a660a705d Mon Sep 17 00:00:00 2001 From: pkupczyk <pkupczyk> Date: Mon, 16 Jun 2014 14:36:35 +0000 Subject: [PATCH] SSDM-302 : Support Java 8 - upgraded spring jars to 2.5.6 SEC03 and patched them to work properly with Java 8 SVN: 31717 --- openbis/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openbis/build.gradle b/openbis/build.gradle index eccdd012c2f..aabacbf6e2b 100644 --- a/openbis/build.gradle +++ b/openbis/build.gradle @@ -21,7 +21,7 @@ dependencies { 'google:gwt-debug-panel:1.0', 'google:gwt-user:2.4', 'reveregroup:gwt-image-loader:+', - 'springframework:spring-orm:2.5.6.SEC01', + 'springframework:spring-orm:+', 'cisd:cisd-hotdeploy:13.01.0', 'apache:poi-ooxml:3.8-20120326', 'hibernate:hibernate-validator:4.2.0.Final', @@ -30,7 +30,7 @@ dependencies { testCompile project(path: ':common', configuration: 'tests'), project(path: ':dbmigration', configuration: 'tests'), - 'springframework:spring-test:2.5.6.SEC01' + 'springframework:spring-test:+' testRuntime project(path: ':common', configuration: 'tests'), project(path: ':dbmigration', configuration: 'tests'), -- GitLab