From cf03b10966e24e9cde8cbb6f9490095ae97a8f2a Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Fri, 9 Dec 2011 09:44:36 -0500 Subject: [PATCH] INT-2281 reverting spring-security upgrade since some refactoring is required --- build.gradle | 2 +- spring-integration-security/pom.xml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index 572b3769b7..acf222fda6 100644 --- a/build.gradle +++ b/build.gradle @@ -127,7 +127,7 @@ configure(javaprojects) { springDataMongoVersion = '1.0.0.RC1' springDataRedisVersion = '1.0.0.RC1' springGemfireVersion = '1.1.0.M3' - springSecurityVersion = '3.1.0.RELEASE' + springSecurityVersion = '3.0.6.RELEASE' springWsVersion = '2.0.3.RELEASE' sourceSets { diff --git a/spring-integration-security/pom.xml b/spring-integration-security/pom.xml index bc24f472ad..efd3ff5004 100644 --- a/spring-integration-security/pom.xml +++ b/spring-integration-security/pom.xml @@ -88,6 +88,12 @@ + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.springframework.security spring-security-core @@ -160,12 +166,6 @@ 1.1 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.mockito mockito-all