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 2007/09/03 08:57:18 UTC

svn commit: r572240 - /struts/sandbox/trunk/struts2-webwork2-plugin/pom.xml

Author: mrdon
Date: Sun Sep  2 23:57:17 2007
New Revision: 572240

URL: http://svn.apache.org/viewvc?rev=572240&view=rev
Log:
Adding sitemesh plugin

Modified:
    struts/sandbox/trunk/struts2-webwork2-plugin/pom.xml

Modified: struts/sandbox/trunk/struts2-webwork2-plugin/pom.xml
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-webwork2-plugin/pom.xml?rev=572240&r1=572239&r2=572240&view=diff
==============================================================================
--- struts/sandbox/trunk/struts2-webwork2-plugin/pom.xml (original)
+++ struts/sandbox/trunk/struts2-webwork2-plugin/pom.xml Sun Sep  2 23:57:17 2007
@@ -21,6 +21,11 @@
             <version>2.0.9</version>
         </dependency>
         <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-sitemesh-plugin</artifactId>
+            <version>2.0.9</version>
+        </dependency>
+        <dependency>
             <groupId>javax.servlet</groupId>
             <artifactId>servlet-api</artifactId>
             <version>2.4</version>