Browse Source

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

1.0.x
Luke Taylor 19 years ago
parent
commit
22ec394ea4
  1. 10
      sandbox/openid/pom.xml
  2. 2
      sandbox/pom.xml

10
sandbox/openid/pom.xml

@ -32,6 +32,16 @@
</scm> </scm>
<dependencies> <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> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-mock</artifactId> <artifactId>spring-mock</artifactId>

2
sandbox/pom.xml

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

Loading…
Cancel
Save