From 6e689f8c12f2413b18ae95b179718e8e4c50edaf Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Wed, 23 Nov 2011 15:41:23 -0500 Subject: [PATCH] INT-2270 upgraded Groovy module to Groovy 1.8.4 --- build.gradle | 2 +- spring-integration-groovy/pom.xml | 32 +++++++++++++++---------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/build.gradle b/build.gradle index b04e8b0259..209dfe1152 100644 --- a/build.gradle +++ b/build.gradle @@ -272,7 +272,7 @@ project('spring-integration-groovy') { dependencies { compile project(":spring-integration-core") compile project(":spring-integration-scripting") - compile "org.codehaus.groovy:groovy-all:1.7.5" + compile "org.codehaus.groovy:groovy-all:1.8.4" compile "org.springframework:spring-context-support:$springVersion" } } diff --git a/spring-integration-groovy/pom.xml b/spring-integration-groovy/pom.xml index 2e280f2efb..0b50926488 100644 --- a/spring-integration-groovy/pom.xml +++ b/spring-integration-groovy/pom.xml @@ -88,6 +88,12 @@ + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymock @@ -100,18 +106,18 @@ 2.3 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.springframework spring-context-support 3.0.6.RELEASE compile + + org.codehaus.groovy + groovy-all + 1.8.4 + compile + org.hamcrest hamcrest-all @@ -125,10 +131,10 @@ test - org.codehaus.groovy - groovy-all - 1.7.5 - compile + org.mockito + mockito-all + 1.8.4 + test org.springframework.integration @@ -136,12 +142,6 @@ 2.1.0.BUILD-SNAPSHOT compile - - org.mockito - mockito-all - 1.8.4 - test - log4j log4j