|
@@ -4,7 +4,7 @@
|
|
|
<parent>
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
<artifactId>spring-security-parent</artifactId>
|
|
|
- <version>2.0-SNAPSHOT</version>
|
|
|
+ <version>2.0.2-SNAPSHOT</version>
|
|
|
</parent>
|
|
|
<artifactId>spring-security-sandbox</artifactId>
|
|
|
<name>Spring Security - Sandbox</name>
|
|
@@ -14,13 +14,14 @@
|
|
|
<module>webwork</module>
|
|
|
<module>other</module>
|
|
|
<module>captcha</module>
|
|
|
+ <module>heavyduty</module>
|
|
|
</modules>
|
|
|
|
|
|
<dependencies>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
<artifactId>spring-security-core</artifactId>
|
|
|
- <version>2.0-SNAPSHOT</version>
|
|
|
+ <version>2.0.2-SNAPSHOT</version>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
|