Author: tmjee
Date: Fri Jun  9 22:26:27 2006
New Revision: 413248

URL: http://svn.apache.org/viewvc?rev=413248&view=rev
Log:
- added missing dependency to make shipping-cart works


Modified:
    struts/action2/trunk/apps/shopping-cart/pom.xml

Modified: struts/action2/trunk/apps/shopping-cart/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/action2/trunk/apps/shopping-cart/pom.xml?rev=413248&r1=413247&r2=413248&view=diff
==============================================================================
--- struts/action2/trunk/apps/shopping-cart/pom.xml (original)
+++ struts/action2/trunk/apps/shopping-cart/pom.xml Fri Jun  9 22:26:27 2006
@@ -25,7 +25,16 @@
           <artifactId>sitemesh</artifactId>
           <version>2.2.1</version>
       </dependency>
+      
+      <dependency>
+            <groupId>uk.ltd.getahead</groupId>
+            <artifactId>dwr</artifactId>
+            <version>1.1-beta-3</version>
+      </dependency>
+                
     </dependencies>
+    
+    
     
     <build>
        <plugins>


Reply via email to