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

svn commit: r404872 - in /struts/action2/trunk/apps/shopping-cart: pom.xml src/main/webapp/WEB-INF/lib/

Author: mrdon
Date: Sun May  7 16:46:52 2006
New Revision: 404872

URL: http://svn.apache.org/viewcvs?rev=404872&view=rev
Log:
Removing sitemesh jar, making it a maven dep

Removed:
    struts/action2/trunk/apps/shopping-cart/src/main/webapp/WEB-INF/lib/
Modified:
    struts/action2/trunk/apps/shopping-cart/pom.xml

Modified: struts/action2/trunk/apps/shopping-cart/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action2/trunk/apps/shopping-cart/pom.xml?rev=404872&r1=404871&r2=404872&view=diff
==============================================================================
--- struts/action2/trunk/apps/shopping-cart/pom.xml (original)
+++ struts/action2/trunk/apps/shopping-cart/pom.xml Sun May  7 16:46:52 2006
@@ -25,6 +25,12 @@
           <artifactId>struts-core</artifactId>
           <version>${pom.version}</version>
       </dependency>
+      
+      <dependency>
+          <groupId>opensymphony</groupId>
+          <artifactId>sitemesh</artifactId>
+          <version>2.2.1</version>
+      </dependency>
     
     </dependencies>