Author: musachy
Date: Mon Aug 17 23:50:38 2009
New Revision: 805223

URL: http://svn.apache.org/viewvc?rev=805223&view=rev
Log:
remove explicit dependency on core from poms

Modified:
    struts/struts2/trunk/plugins/json/pom.xml
    struts/struts2/trunk/plugins/osgi/pom.xml
    struts/struts2/trunk/plugins/oval/pom.xml

Modified: struts/struts2/trunk/plugins/json/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/json/pom.xml?rev=805223&r1=805222&r2=805223&view=diff
==============================================================================
--- struts/struts2/trunk/plugins/json/pom.xml (original)
+++ struts/struts2/trunk/plugins/json/pom.xml Mon Aug 17 23:50:38 2009
@@ -67,12 +67,6 @@
 
         <dependency>
             <groupId>org.apache.struts</groupId>
-            <artifactId>struts2-core</artifactId>
-            <version>${pom.version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.struts</groupId>
             <artifactId>struts2-junit-plugin</artifactId>
             <version>${pom.version}</version>
         </dependency>
@@ -102,7 +96,7 @@
             <groupId>org.springframework</groupId>
             <artifactId>spring-test</artifactId>
             <version>${struts2.springPlatformVersion}</version>
-            <optional>true</optional>
+            <scope>test</scope>
         </dependency>
     </dependencies>
 </project>

Modified: struts/struts2/trunk/plugins/osgi/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/osgi/pom.xml?rev=805223&r1=805222&r2=805223&view=diff
==============================================================================
--- struts/struts2/trunk/plugins/osgi/pom.xml (original)
+++ struts/struts2/trunk/plugins/osgi/pom.xml Mon Aug 17 23:50:38 2009
@@ -25,12 +25,6 @@
         </dependency>
 
         <dependency>
-            <groupId>org.apache.struts</groupId>
-            <artifactId>struts2-core</artifactId>
-            <version>2.1.8-SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
             <groupId>org.apache.velocity</groupId>
             <artifactId>velocity</artifactId>
             <version>1.5</version>

Modified: struts/struts2/trunk/plugins/oval/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/oval/pom.xml?rev=805223&r1=805222&r2=805223&view=diff
==============================================================================
--- struts/struts2/trunk/plugins/oval/pom.xml (original)
+++ struts/struts2/trunk/plugins/oval/pom.xml Mon Aug 17 23:50:38 2009
@@ -40,13 +40,6 @@
     </scm>
     
     <dependencies>
-        <!-- Core -->
-        <dependency>
-            <groupId>org.apache.struts</groupId>
-            <artifactId>struts2-core</artifactId>
-            <version>2.1.8-SNAPSHOT</version>
-        </dependency>
-
         <!-- OVal -->
         <dependency>
             <groupId>net.sf.oval</groupId>


Reply via email to