فهرست منبع

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

Luke Taylor 18 سال پیش
والد
کامیت
22ec394ea4
2فایلهای تغییر یافته به همراه11 افزوده شده و 1 حذف شده
  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>