You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ap...@apache.org on 2007/06/15 16:35:33 UTC

svn commit: r547696 - /struts/struts2/trunk/assembly/pom.xml

Author: apetrelli
Date: Fri Jun 15 07:35:32 2007
New Revision: 547696

URL: http://svn.apache.org/viewvc?view=rev&rev=547696
Log:
WW-1992
tiles-jsp added to Struts 2 assembly.

Modified:
    struts/struts2/trunk/assembly/pom.xml

Modified: struts/struts2/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/assembly/pom.xml?view=diff&rev=547696&r1=547695&r2=547696
==============================================================================
--- struts/struts2/trunk/assembly/pom.xml (original)
+++ struts/struts2/trunk/assembly/pom.xml Fri Jun 15 07:35:32 2007
@@ -224,6 +224,12 @@
             <version>${version}</version>
         </dependency>
 
+        <dependency>
+            <groupId>org.apache.tiles</groupId>
+            <artifactId>tiles-jsp</artifactId>
+            <version>2.0.4</version>
+            <scope>runtime</scope>
+        </dependency>
 
         <!-- Include optional dependencies -->
         <dependency>