SEC-2686: Create SecurityMockMvcConfigurer

This commit is contained in:
Rob Winch
2014-07-22 15:11:37 -05:00
parent e14e5b42fc
commit b72c1ad314
58 changed files with 631 additions and 297 deletions

View File

@@ -78,7 +78,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>4.0.2.RELEASE</version>
<version>4.1.0.BUILD-SNAPSHOT</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@@ -133,7 +133,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
<version>4.0.2.RELEASE</version>
<version>4.1.0.BUILD-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
@@ -217,7 +217,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>4.0.2.RELEASE</version>
<version>4.1.0.BUILD-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>