You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by tm...@apache.org on 2006/11/15 09:31:41 UTC

svn commit: r475158 - /struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml

Author: tmjee
Date: Wed Nov 15 00:31:40 2006
New Revision: 475158

URL: http://svn.apache.org/viewvc?view=rev&rev=475158
Log:
- added 'struts2-spring-plugin' dependency as spring related code are now in a plugin, else we will not be able to build struts2-archetype-starter

Modified:
    struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml

Modified: struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml?view=diff&rev=475158&r1=475157&r2=475158
==============================================================================
--- struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml (original)
+++ struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml Wed Nov 15 00:31:40 2006
@@ -30,6 +30,11 @@
             <artifactId>struts2-sitemesh-plugin</artifactId>
             <version>2.0.2-SNAPSHOT</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts2-spring-plugin</artifactId>
+            <version>2.0.2-SNAPSHOT</version>
+        </dependency>
 
 		<!-- Freemarker -->
 		<dependency>