Author: jmitchell
Date: Tue Apr  5 17:08:09 2005
New Revision: 160242

URL: http://svn.apache.org/viewcvs?view=rev&rev=160242
Log:
maven build - add beanutils and spring - all builds fine now for core-library

Modified:
    struts/shale/trunk/core-library/project.xml

Modified: struts/shale/trunk/core-library/project.xml
URL: 
http://svn.apache.org/viewcvs/struts/shale/trunk/core-library/project.xml?view=diff&r1=160241&r2=160242
==============================================================================
--- struts/shale/trunk/core-library/project.xml (original)
+++ struts/shale/trunk/core-library/project.xml Tue Apr  5 17:08:09 2005
@@ -180,13 +180,26 @@
     -->
 
     <dependency>
+      <groupId>commons-beanutils</groupId>
+      <artifactId>commons-beanutils</artifactId>
+      <version>1.7.0</version>
+      <url>http://jakarta.apache.org/commons/beanutils/</url>
+    </dependency>
+    
+    <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
       <version>1.0.4</version>
       <url>jakarta.apache.org/commons/logging/</url> 
-      
     </dependency>
-    
+
+    <dependency>
+      <groupId>springframework</groupId>
+      <artifactId>spring-web</artifactId>
+      <version>1.1.5</version>
+      <url>http://www.springframework.org/</url>
+    </dependency>
+
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to