Author: apetrelli
Date: Tue Dec 18 11:42:08 2007
New Revision: 605311

URL: http://svn.apache.org/viewvc?rev=605311&view=rev
Log:
WW-2380
Added runtime dependency on tiles-jsp in the Tiles 2 plugin.

Modified:
    struts/struts2/trunk/plugins/tiles/pom.xml

Modified: struts/struts2/trunk/plugins/tiles/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/tiles/pom.xml?rev=605311&r1=605310&r2=605311&view=diff
==============================================================================
--- struts/struts2/trunk/plugins/tiles/pom.xml (original)
+++ struts/struts2/trunk/plugins/tiles/pom.xml Tue Dec 18 11:42:08 2007
@@ -47,6 +47,12 @@
             <version>2.0.5</version>
         </dependency>
         <dependency>
+            <groupId>org.apache.tiles</groupId>
+            <artifactId>tiles-jsp</artifactId>
+            <version>2.0.5</version>
+            <scope>runtime</scope>
+        </dependency>
+        <dependency>
             <groupId>javax.servlet</groupId>
             <artifactId>jsp-api</artifactId>
             <version>2.0</version>


Reply via email to