|
|
|
|
@ -3,7 +3,7 @@
@@ -3,7 +3,7 @@
|
|
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
|
<groupId>org.springframework.security</groupId> |
|
|
|
|
<artifactId>spring-security-config</artifactId> |
|
|
|
|
<version>4.2.3.BUILD-SNAPSHOT</version> |
|
|
|
|
<version>5.0.0.BUILD-SNAPSHOT</version> |
|
|
|
|
<name>spring-security-config</name> |
|
|
|
|
<description>spring-security-config</description> |
|
|
|
|
<url>http://spring.io/spring-security</url> |
|
|
|
|
@ -22,7 +22,12 @@
@@ -22,7 +22,12 @@
|
|
|
|
|
<developer> |
|
|
|
|
<id>rwinch</id> |
|
|
|
|
<name>Rob Winch</name> |
|
|
|
|
<email>rwinch@gopivotal.com</email> |
|
|
|
|
<email>rwinch@pivotal.io</email> |
|
|
|
|
</developer> |
|
|
|
|
<developer> |
|
|
|
|
<id>jgrandja</id> |
|
|
|
|
<name>Joe Grandja</name> |
|
|
|
|
<email>jgrandja@pivotal.io</email> |
|
|
|
|
</developer> |
|
|
|
|
</developers> |
|
|
|
|
<scm> |
|
|
|
|
@ -51,7 +56,7 @@
@@ -51,7 +56,7 @@
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.security</groupId> |
|
|
|
|
<artifactId>spring-security-core</artifactId> |
|
|
|
|
<version>4.2.3.BUILD-SNAPSHOT</version> |
|
|
|
|
<version>5.0.0.BUILD-SNAPSHOT</version> |
|
|
|
|
<scope>compile</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
@ -97,28 +102,28 @@
@@ -97,28 +102,28 @@
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.security</groupId> |
|
|
|
|
<artifactId>spring-security-ldap</artifactId> |
|
|
|
|
<version>4.2.3.BUILD-SNAPSHOT</version> |
|
|
|
|
<version>5.0.0.BUILD-SNAPSHOT</version> |
|
|
|
|
<scope>compile</scope> |
|
|
|
|
<optional>true</optional> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.security</groupId> |
|
|
|
|
<artifactId>spring-security-messaging</artifactId> |
|
|
|
|
<version>4.2.3.BUILD-SNAPSHOT</version> |
|
|
|
|
<version>5.0.0.BUILD-SNAPSHOT</version> |
|
|
|
|
<scope>compile</scope> |
|
|
|
|
<optional>true</optional> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.security</groupId> |
|
|
|
|
<artifactId>spring-security-openid</artifactId> |
|
|
|
|
<version>4.2.3.BUILD-SNAPSHOT</version> |
|
|
|
|
<version>5.0.0.BUILD-SNAPSHOT</version> |
|
|
|
|
<scope>compile</scope> |
|
|
|
|
<optional>true</optional> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.security</groupId> |
|
|
|
|
<artifactId>spring-security-web</artifactId> |
|
|
|
|
<version>4.2.3.BUILD-SNAPSHOT</version> |
|
|
|
|
<version>5.0.0.BUILD-SNAPSHOT</version> |
|
|
|
|
<scope>compile</scope> |
|
|
|
|
<optional>true</optional> |
|
|
|
|
</dependency> |
|
|
|
|
@ -161,7 +166,7 @@
@@ -161,7 +166,7 @@
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>cglib</groupId> |
|
|
|
|
<artifactId>cglib-nodep</artifactId> |
|
|
|
|
<version>3.1</version> |
|
|
|
|
<version>3.2.5</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
@ -227,7 +232,7 @@
@@ -227,7 +232,7 @@
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.assertj</groupId> |
|
|
|
|
<artifactId>assertj-core</artifactId> |
|
|
|
|
<version>2.2.0</version> |
|
|
|
|
<version>3.6.2</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
@ -275,7 +280,7 @@
@@ -275,7 +280,7 @@
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.powermock</groupId> |
|
|
|
|
<artifactId>powermock-api-mockito</artifactId> |
|
|
|
|
<version>1.6.2</version> |
|
|
|
|
<version>1.6.5</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
@ -287,31 +292,31 @@
@@ -287,31 +292,31 @@
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.powermock</groupId> |
|
|
|
|
<artifactId>powermock-api-support</artifactId> |
|
|
|
|
<version>1.6.2</version> |
|
|
|
|
<version>1.6.5</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.powermock</groupId> |
|
|
|
|
<artifactId>powermock-core</artifactId> |
|
|
|
|
<version>1.6.2</version> |
|
|
|
|
<version>1.6.5</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.powermock</groupId> |
|
|
|
|
<artifactId>powermock-module-junit4</artifactId> |
|
|
|
|
<version>1.6.2</version> |
|
|
|
|
<version>1.6.5</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.powermock</groupId> |
|
|
|
|
<artifactId>powermock-module-junit4-common</artifactId> |
|
|
|
|
<version>1.6.2</version> |
|
|
|
|
<version>1.6.5</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.powermock</groupId> |
|
|
|
|
<artifactId>powermock-reflect</artifactId> |
|
|
|
|
<version>1.6.2</version> |
|
|
|
|
<version>1.6.5</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
@ -365,13 +370,13 @@
@@ -365,13 +370,13 @@
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.security</groupId> |
|
|
|
|
<artifactId>spring-security-aspects</artifactId> |
|
|
|
|
<version>4.2.3.BUILD-SNAPSHOT</version> |
|
|
|
|
<version>5.0.0.BUILD-SNAPSHOT</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.security</groupId> |
|
|
|
|
<artifactId>spring-security-cas</artifactId> |
|
|
|
|
<version>4.2.3.BUILD-SNAPSHOT</version> |
|
|
|
|
<version>5.0.0.BUILD-SNAPSHOT</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
@ -401,8 +406,8 @@
@@ -401,8 +406,8 @@
|
|
|
|
|
<plugin> |
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId> |
|
|
|
|
<configuration> |
|
|
|
|
<source>1.7</source> |
|
|
|
|
<target>1.7</target> |
|
|
|
|
<source>1.8</source> |
|
|
|
|
<target>1.8</target> |
|
|
|
|
</configuration> |
|
|
|
|
</plugin> |
|
|
|
|
</plugins> |
|
|
|
|
|