Sandbox pom changes to allow build with spring 1.2.9. Commented out 2.0 config module

This commit is contained in:
Luke Taylor 2007-09-03 15:54:30 +00:00
parent 34527c3305
commit 22ec394ea4
2 changed files with 11 additions and 1 deletions

View File

@ -32,6 +32,16 @@
</scm>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-mock</artifactId>

View File

@ -20,7 +20,7 @@
<module>webwork</module>
<module>openid</module>
<module>other</module>
<module>spring-security-config</module>
<!-- module>spring-security-config</module-->
</modules>
<dependencies>