Sandbox pom changes to allow build with spring 1.2.9. Commented out 2.0 config module
This commit is contained in:
parent
34527c3305
commit
22ec394ea4
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue