You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by tm...@apache.org on 2006/05/08 17:53:39 UTC

svn commit: r405079 - /struts/action2/trunk/apps/showcase/pom.xml

Author: tmjee
Date: Mon May  8 08:53:37 2006
New Revision: 405079

URL: http://svn.apache.org/viewcvs?rev=405079&view=rev
Log:
- added dwr dependency into pom.xml


Modified:
    struts/action2/trunk/apps/showcase/pom.xml

Modified: struts/action2/trunk/apps/showcase/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action2/trunk/apps/showcase/pom.xml?rev=405079&r1=405078&r2=405079&view=diff
==============================================================================
--- struts/action2/trunk/apps/showcase/pom.xml (original)
+++ struts/action2/trunk/apps/showcase/pom.xml Mon May  8 08:53:37 2006
@@ -71,6 +71,12 @@
             <version>1.2.6</version>
         </dependency>
        
+        <dependency>
+            <groupId>uk.ltd.getahead</groupId>
+            <artifactId>dwr</artifactId>
+            <version>1.1-beta-3</version>
+            <optional>true</optional>
+        </dependency>
 
     </dependencies>