Author: mrdon
Date: Fri Sep 29 17:52:36 2006
New Revision: 451511

URL: http://svn.apache.org/viewvc?view=rev&rev=451511
Log:
Adding tiles plugin
WW-1457

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

Modified: struts/struts2/trunk/apps/showcase/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/pom.xml?view=diff&rev=451511&r1=451510&r2=451511
==============================================================================
--- struts/struts2/trunk/apps/showcase/pom.xml (original)
+++ struts/struts2/trunk/apps/showcase/pom.xml Fri Sep 29 17:52:36 2006
@@ -49,6 +49,12 @@
         </dependency>
  
         <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-tiles-plugin</artifactId>
+            <version>${pom.version}</version>
+        </dependency>
+ 
+        <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>servlet-api</artifactId>
            <version>2.4</version>


Reply via email to