|
@@ -4,7 +4,7 @@
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
<artifactId>spring-security-config</artifactId>
|
|
|
- <version>3.2.9.RELEASE</version>
|
|
|
+ <version>3.2.10.CI-SNAPSHOT</version>
|
|
|
<name>spring-security-config</name>
|
|
|
<description>spring-security-config</description>
|
|
|
<url>http://spring.io/spring-security</url>
|
|
@@ -42,6 +42,12 @@
|
|
|
</plugin>
|
|
|
</plugins>
|
|
|
</build>
|
|
|
+ <repositories>
|
|
|
+ <repository>
|
|
|
+ <id>spring-snasphot</id>
|
|
|
+ <url>https://repo.spring.io/snapshot</url>
|
|
|
+ </repository>
|
|
|
+ </repositories>
|
|
|
<dependencies>
|
|
|
<dependency>
|
|
|
<groupId>aopalliance</groupId>
|
|
@@ -52,7 +58,7 @@
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
<artifactId>spring-security-core</artifactId>
|
|
|
- <version>3.2.9.RELEASE</version>
|
|
|
+ <version>3.2.10.CI-SNAPSHOT</version>
|
|
|
<scope>compile</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
@@ -102,28 +108,28 @@
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
<artifactId>spring-security-aspects</artifactId>
|
|
|
- <version>3.2.9.RELEASE</version>
|
|
|
+ <version>3.2.10.CI-SNAPSHOT</version>
|
|
|
<scope>compile</scope>
|
|
|
<optional>true</optional>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
<artifactId>spring-security-ldap</artifactId>
|
|
|
- <version>3.2.9.RELEASE</version>
|
|
|
+ <version>3.2.10.CI-SNAPSHOT</version>
|
|
|
<scope>compile</scope>
|
|
|
<optional>true</optional>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
<artifactId>spring-security-openid</artifactId>
|
|
|
- <version>3.2.9.RELEASE</version>
|
|
|
+ <version>3.2.10.CI-SNAPSHOT</version>
|
|
|
<scope>compile</scope>
|
|
|
<optional>true</optional>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
<artifactId>spring-security-web</artifactId>
|
|
|
- <version>3.2.9.RELEASE</version>
|
|
|
+ <version>3.2.10.CI-SNAPSHOT</version>
|
|
|
<scope>compile</scope>
|
|
|
<optional>true</optional>
|
|
|
</dependency>
|
|
@@ -380,7 +386,7 @@
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
<artifactId>spring-security-cas</artifactId>
|
|
|
- <version>3.2.9.RELEASE</version>
|
|
|
+ <version>3.2.10.CI-SNAPSHOT</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|