diff --git a/spring-integration-security/pom.xml b/spring-integration-security/pom.xml index d41276a7fc..9156c2c9db 100644 --- a/spring-integration-security/pom.xml +++ b/spring-integration-security/pom.xml @@ -70,6 +70,18 @@ + + org.springframework.security + spring-security-core + 3.0.5.RELEASE + compile + + + spring-support + org.springframework + + + cglib cglib-nodep @@ -106,18 +118,6 @@ 3.0.5.RELEASE compile - - org.springframework.security - spring-security-config - 3.0.4.RELEASE - compile - - - spring-support - org.springframework - - - org.springframework spring-test @@ -130,10 +130,16 @@ 1.1 test + + org.mockito + mockito-all + 1.8.4 + test + org.springframework.security - spring-security-core - 3.0.4.RELEASE + spring-security-config + 3.0.5.RELEASE compile @@ -142,12 +148,6 @@ - - org.mockito - mockito-all - 1.8.4 - test - junit junit diff --git a/spring-integration-sftp/pom.xml b/spring-integration-sftp/pom.xml index bfdc62b150..ed3de351c2 100644 --- a/spring-integration-sftp/pom.xml +++ b/spring-integration-sftp/pom.xml @@ -106,6 +106,12 @@ 2.3 test + + org.springframework.integration + spring-integration-test + 2.0.0.BUILD-SNAPSHOT + test + javax.activation activation