Ver Fonte

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

Luke Taylor há 18 anos atrás
pai
commit
22ec394ea4
2 ficheiros alterados com 11 adições e 1 exclusões
  1. 10 0
      sandbox/openid/pom.xml
  2. 1 1
      sandbox/pom.xml

+ 10 - 0
sandbox/openid/pom.xml

@@ -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>

+ 1 - 1
sandbox/pom.xml

@@ -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>