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