Author: wsmoak
Date: Sun May 28 16:19:54 2006
New Revision: 410003

URL: http://svn.apache.org/viewvc?rev=410003&view=rev
Log:
Move struts-core out of <dependencyManagement> because it is required by all 
example apps.

Modified:
    struts/action2/trunk/apps/pom.xml
    struts/action2/trunk/apps/shopping-cart/pom.xml
    struts/action2/trunk/apps/showcase/pom.xml

Modified: struts/action2/trunk/apps/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/action2/trunk/apps/pom.xml?rev=410003&r1=410002&r2=410003&view=diff
==============================================================================
--- struts/action2/trunk/apps/pom.xml (original)
+++ struts/action2/trunk/apps/pom.xml Sun May 28 16:19:54 2006
@@ -118,15 +118,17 @@
         <finalName>${pom.artifactId}</finalName>
               
     </build>
-    
-    <dependencyManagement>
-      <dependencies>
+
+    <dependencies>
         <dependency>
             <groupId>org.apache.struts.action2</groupId>
             <artifactId>struts-core</artifactId>
             <version>${pom.version}</version>
         </dependency>
+    </dependencies>
 
+    <dependencyManagement>
+      <dependencies>
         <!-- Spring -->
         <dependency>
             <groupId>org.springframework</groupId>

Modified: struts/action2/trunk/apps/shopping-cart/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/action2/trunk/apps/shopping-cart/pom.xml?rev=410003&r1=410002&r2=410003&view=diff
==============================================================================
--- struts/action2/trunk/apps/shopping-cart/pom.xml (original)
+++ struts/action2/trunk/apps/shopping-cart/pom.xml Sun May 28 16:19:54 2006
@@ -21,12 +21,6 @@
       </dependency>
       
       <dependency>
-          <groupId>org.apache.struts.action2</groupId>
-          <artifactId>struts-core</artifactId>
-          <version>${pom.version}</version>
-      </dependency>
-      
-      <dependency>
           <groupId>opensymphony</groupId>
           <artifactId>sitemesh</artifactId>
           <version>2.2.1</version>

Modified: struts/action2/trunk/apps/showcase/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/action2/trunk/apps/showcase/pom.xml?rev=410003&r1=410002&r2=410003&view=diff
==============================================================================
--- struts/action2/trunk/apps/showcase/pom.xml (original)
+++ struts/action2/trunk/apps/showcase/pom.xml Sun May 28 16:19:54 2006
@@ -32,11 +32,6 @@
         </dependency>
         
         <dependency>
-            <groupId>org.apache.struts.action2</groupId>
-            <artifactId>struts-core</artifactId>
-        </dependency>
-        
-        <dependency>
             <groupId>opensymphony</groupId>
             <artifactId>sitemesh</artifactId>
             <version>2.2.1</version>


Reply via email to