|
@@ -3,7 +3,7 @@
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
<artifactId>spring-security-samples-preauth-xml</artifactId>
|
|
|
- <version>4.0.1.CI-SNAPSHOT</version>
|
|
|
+ <version>4.0.2.CI-SNAPSHOT</version>
|
|
|
<packaging>war</packaging>
|
|
|
<name>spring-security-samples-preauth-xml</name>
|
|
|
<description>spring-security-samples-preauth-xml</description>
|
|
@@ -45,6 +45,12 @@
|
|
|
<scope>compile</scope>
|
|
|
<optional>true</optional>
|
|
|
</dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>javax.servlet</groupId>
|
|
|
+ <artifactId>javax.servlet-api</artifactId>
|
|
|
+ <version>3.0.1</version>
|
|
|
+ <scope>provided</scope>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>ch.qos.logback</groupId>
|
|
|
<artifactId>logback-classic</artifactId>
|
|
@@ -60,13 +66,13 @@
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
<artifactId>spring-security-config</artifactId>
|
|
|
- <version>4.0.1.CI-SNAPSHOT</version>
|
|
|
+ <version>4.0.2.CI-SNAPSHOT</version>
|
|
|
<scope>runtime</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
<artifactId>spring-security-web</artifactId>
|
|
|
- <version>4.0.1.CI-SNAPSHOT</version>
|
|
|
+ <version>4.0.2.CI-SNAPSHOT</version>
|
|
|
<scope>runtime</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|