|
|
|
@ -3,7 +3,7 @@ |
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
<groupId>org.springframework.security</groupId> |
|
|
|
<groupId>org.springframework.security</groupId> |
|
|
|
<artifactId>spring-security-config</artifactId> |
|
|
|
<artifactId>spring-security-config</artifactId> |
|
|
|
<version>4.0.3.CI-SNAPSHOT</version> |
|
|
|
<version>4.1.0.BUILD-SNAPSHOT</version> |
|
|
|
<name>spring-security-config</name> |
|
|
|
<name>spring-security-config</name> |
|
|
|
<description>spring-security-config</description> |
|
|
|
<description>spring-security-config</description> |
|
|
|
<url>http://spring.io/spring-security</url> |
|
|
|
<url>http://spring.io/spring-security</url> |
|
|
|
@ -30,12 +30,17 @@ |
|
|
|
<developerConnection>scm:git:git://github.com/spring-projects/spring-security</developerConnection> |
|
|
|
<developerConnection>scm:git:git://github.com/spring-projects/spring-security</developerConnection> |
|
|
|
<url>https://github.com/spring-projects/spring-security</url> |
|
|
|
<url>https://github.com/spring-projects/spring-security</url> |
|
|
|
</scm> |
|
|
|
</scm> |
|
|
|
<repositories> |
|
|
|
<dependencyManagement> |
|
|
|
<repository> |
|
|
|
<dependencies> |
|
|
|
<id>spring-snapshot</id> |
|
|
|
<dependency> |
|
|
|
<url>https://repo.spring.io/snapshot</url> |
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
</repository> |
|
|
|
<artifactId>spring-framework-bom</artifactId> |
|
|
|
</repositories> |
|
|
|
<version>4.2.5.RELEASE</version> |
|
|
|
|
|
|
|
<type>pom</type> |
|
|
|
|
|
|
|
<scope>import</scope> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
</dependencies> |
|
|
|
|
|
|
|
</dependencyManagement> |
|
|
|
<dependencies> |
|
|
|
<dependencies> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>aopalliance</groupId> |
|
|
|
<groupId>aopalliance</groupId> |
|
|
|
@ -46,7 +51,7 @@ |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.security</groupId> |
|
|
|
<groupId>org.springframework.security</groupId> |
|
|
|
<artifactId>spring-security-core</artifactId> |
|
|
|
<artifactId>spring-security-core</artifactId> |
|
|
|
<version>4.0.3.CI-SNAPSHOT</version> |
|
|
|
<version>4.1.0.BUILD-SNAPSHOT</version> |
|
|
|
<scope>compile</scope> |
|
|
|
<scope>compile</scope> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
@ -92,28 +97,28 @@ |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.security</groupId> |
|
|
|
<groupId>org.springframework.security</groupId> |
|
|
|
<artifactId>spring-security-ldap</artifactId> |
|
|
|
<artifactId>spring-security-ldap</artifactId> |
|
|
|
<version>4.0.3.CI-SNAPSHOT</version> |
|
|
|
<version>4.1.0.BUILD-SNAPSHOT</version> |
|
|
|
<scope>compile</scope> |
|
|
|
<scope>compile</scope> |
|
|
|
<optional>true</optional> |
|
|
|
<optional>true</optional> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.security</groupId> |
|
|
|
<groupId>org.springframework.security</groupId> |
|
|
|
<artifactId>spring-security-messaging</artifactId> |
|
|
|
<artifactId>spring-security-messaging</artifactId> |
|
|
|
<version>4.0.3.CI-SNAPSHOT</version> |
|
|
|
<version>4.1.0.BUILD-SNAPSHOT</version> |
|
|
|
<scope>compile</scope> |
|
|
|
<scope>compile</scope> |
|
|
|
<optional>true</optional> |
|
|
|
<optional>true</optional> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.security</groupId> |
|
|
|
<groupId>org.springframework.security</groupId> |
|
|
|
<artifactId>spring-security-openid</artifactId> |
|
|
|
<artifactId>spring-security-openid</artifactId> |
|
|
|
<version>4.0.3.CI-SNAPSHOT</version> |
|
|
|
<version>4.1.0.BUILD-SNAPSHOT</version> |
|
|
|
<scope>compile</scope> |
|
|
|
<scope>compile</scope> |
|
|
|
<optional>true</optional> |
|
|
|
<optional>true</optional> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.security</groupId> |
|
|
|
<groupId>org.springframework.security</groupId> |
|
|
|
<artifactId>spring-security-web</artifactId> |
|
|
|
<artifactId>spring-security-web</artifactId> |
|
|
|
<version>4.0.3.CI-SNAPSHOT</version> |
|
|
|
<version>4.1.0.BUILD-SNAPSHOT</version> |
|
|
|
<scope>compile</scope> |
|
|
|
<scope>compile</scope> |
|
|
|
<optional>true</optional> |
|
|
|
<optional>true</optional> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
@ -174,7 +179,7 @@ |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>junit</groupId> |
|
|
|
<groupId>junit</groupId> |
|
|
|
<artifactId>junit</artifactId> |
|
|
|
<artifactId>junit</artifactId> |
|
|
|
<version>4.11</version> |
|
|
|
<version>4.12</version> |
|
|
|
<scope>test</scope> |
|
|
|
<scope>test</scope> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
@ -220,15 +225,15 @@ |
|
|
|
<scope>test</scope> |
|
|
|
<scope>test</scope> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.codehaus.groovy</groupId> |
|
|
|
<groupId>org.assertj</groupId> |
|
|
|
<artifactId>groovy-all</artifactId> |
|
|
|
<artifactId>assertj-core</artifactId> |
|
|
|
<version>2.3.8</version> |
|
|
|
<version>2.2.0</version> |
|
|
|
<scope>test</scope> |
|
|
|
<scope>test</scope> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.easytesting</groupId> |
|
|
|
<groupId>org.codehaus.groovy</groupId> |
|
|
|
<artifactId>fest-assert</artifactId> |
|
|
|
<artifactId>groovy-all</artifactId> |
|
|
|
<version>1.4</version> |
|
|
|
<version>2.4.4</version> |
|
|
|
<scope>test</scope> |
|
|
|
<scope>test</scope> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
@ -366,13 +371,13 @@ |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.security</groupId> |
|
|
|
<groupId>org.springframework.security</groupId> |
|
|
|
<artifactId>spring-security-aspects</artifactId> |
|
|
|
<artifactId>spring-security-aspects</artifactId> |
|
|
|
<version>4.0.3.CI-SNAPSHOT</version> |
|
|
|
<version>4.1.0.BUILD-SNAPSHOT</version> |
|
|
|
<scope>test</scope> |
|
|
|
<scope>test</scope> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.security</groupId> |
|
|
|
<groupId>org.springframework.security</groupId> |
|
|
|
<artifactId>spring-security-cas</artifactId> |
|
|
|
<artifactId>spring-security-cas</artifactId> |
|
|
|
<version>4.0.3.CI-SNAPSHOT</version> |
|
|
|
<version>4.1.0.BUILD-SNAPSHOT</version> |
|
|
|
<scope>test</scope> |
|
|
|
<scope>test</scope> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
@ -391,17 +396,12 @@ |
|
|
|
<scope>test</scope> |
|
|
|
<scope>test</scope> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
</dependencies> |
|
|
|
</dependencies> |
|
|
|
<dependencyManagement> |
|
|
|
<repositories> |
|
|
|
<dependencies> |
|
|
|
<repository> |
|
|
|
<dependency> |
|
|
|
<id>spring-snapshot</id> |
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
<url>https://repo.spring.io/snapshot</url> |
|
|
|
<artifactId>spring-framework-bom</artifactId> |
|
|
|
</repository> |
|
|
|
<version>4.1.6.RELEASE</version> |
|
|
|
</repositories> |
|
|
|
<type>pom</type> |
|
|
|
|
|
|
|
<scope>import</scope> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
</dependencies> |
|
|
|
|
|
|
|
</dependencyManagement> |
|
|
|
|
|
|
|
<build> |
|
|
|
<build> |
|
|
|
<plugins> |
|
|
|
<plugins> |
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
|