INT-2281 reverting spring-security upgrade since some refactoring is required
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -88,6 +88,12 @@
|
||||
</repository>
|
||||
</repositories>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-core</artifactId>
|
||||
<version>2.1.0.BUILD-SNAPSHOT</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.security</groupId>
|
||||
<artifactId>spring-security-core</artifactId>
|
||||
@@ -160,12 +166,6 @@
|
||||
<version>1.1</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-core</artifactId>
|
||||
<version>2.1.0.BUILD-SNAPSHOT</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mockito</groupId>
|
||||
<artifactId>mockito-all</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user