You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by ap...@apache.org on 2007/02/10 11:00:11 UTC

svn commit: r505670 - /tiles/examples/trunk/tiles-showcase/pom.xml

Author: apetrelli
Date: Sat Feb 10 02:00:10 2007
New Revision: 505670

URL: http://svn.apache.org/viewvc?view=rev&rev=505670
Log:
Fixed dependencies

Modified:
    tiles/examples/trunk/tiles-showcase/pom.xml

Modified: tiles/examples/trunk/tiles-showcase/pom.xml
URL: http://svn.apache.org/viewvc/tiles/examples/trunk/tiles-showcase/pom.xml?view=diff&rev=505670&r1=505669&r2=505670
==============================================================================
--- tiles/examples/trunk/tiles-showcase/pom.xml (original)
+++ tiles/examples/trunk/tiles-showcase/pom.xml Sat Feb 10 02:00:10 2007
@@ -81,17 +81,22 @@
       <dependency>
         <groupId>org.apache.struts</groupId>
         <artifactId>struts-core</artifactId>
-        <version>1.3.7-SNAPSHOT</version>
+        <version>1.4.0-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.apache.struts</groupId>
         <artifactId>struts-taglib</artifactId>
-        <version>1.3.7-SNAPSHOT</version>
+        <version>1.4.0-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.struts</groupId>
+        <artifactId>struts-extras</artifactId>
+        <version>1.4.0-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.apache.struts</groupId>
         <artifactId>struts-tiles2</artifactId>
-        <version>1.3.7-SNAPSHOT</version>
+        <version>1.4.0-SNAPSHOT</version>
       </dependency>
    </dependencies>