You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2005/09/13 11:46:10 UTC

svn commit: r280526 - in /maven/continuum/trunk: continuum-core-it/pom.xml continuum-core/pom.xml continuum-model/pom.xml continuum-test/pom.xml continuum-xmlrpc/pom.xml

Author: evenisse
Date: Tue Sep 13 02:46:02 2005
New Revision: 280526

URL: http://svn.apache.org/viewcvs?rev=280526&view=rev
Log:
[CONTINUUM-220] Remove the jpox enhancer deps from the generated runtime

Modified:
    maven/continuum/trunk/continuum-core-it/pom.xml
    maven/continuum/trunk/continuum-core/pom.xml
    maven/continuum/trunk/continuum-model/pom.xml
    maven/continuum/trunk/continuum-test/pom.xml
    maven/continuum/trunk/continuum-xmlrpc/pom.xml

Modified: maven/continuum/trunk/continuum-core-it/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-core-it/pom.xml?rev=280526&r1=280525&r2=280526&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-core-it/pom.xml (original)
+++ maven/continuum/trunk/continuum-core-it/pom.xml Tue Sep 13 02:46:02 2005
@@ -15,6 +15,11 @@
     </dependency>
     <dependency>
       <groupId>org.apache.maven.continuum</groupId>
+      <artifactId>continuum-test</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.continuum</groupId>
       <artifactId>continuum-xmlrpc</artifactId>
     </dependency>
     <dependency>

Modified: maven/continuum/trunk/continuum-core/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-core/pom.xml?rev=280526&r1=280525&r2=280526&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-core/pom.xml (original)
+++ maven/continuum/trunk/continuum-core/pom.xml Tue Sep 13 02:46:02 2005
@@ -34,6 +34,7 @@
     <dependency>
       <groupId>org.apache.maven.continuum</groupId>
       <artifactId>continuum-test</artifactId>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.continuum</groupId>

Modified: maven/continuum/trunk/continuum-model/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-model/pom.xml?rev=280526&r1=280525&r2=280526&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-model/pom.xml (original)
+++ maven/continuum/trunk/continuum-model/pom.xml Tue Sep 13 02:46:02 2005
@@ -8,13 +8,6 @@
   <artifactId>continuum-model</artifactId>
   <version>1.0-beta-1-SNAPSHOT</version>
   <name>Continuum Model</name>
-  <dependencies>
-    <!-- TODO: remove -->
-    <dependency>
-      <groupId>jpox</groupId>
-      <artifactId>jpox-enhancer</artifactId>
-    </dependency>
-  </dependencies>
   <build>
     <plugins>
       <plugin>

Modified: maven/continuum/trunk/continuum-test/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-test/pom.xml?rev=280526&r1=280525&r2=280526&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-test/pom.xml (original)
+++ maven/continuum/trunk/continuum-test/pom.xml Tue Sep 13 02:46:02 2005
@@ -17,5 +17,9 @@
       <groupId>plexus</groupId>
       <artifactId>plexus-jdo2</artifactId>
     </dependency>
+    <dependency>
+      <groupId>jpox</groupId>
+      <artifactId>jpox-enhancer</artifactId>
+    </dependency>
   </dependencies>
 </project>

Modified: maven/continuum/trunk/continuum-xmlrpc/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-xmlrpc/pom.xml?rev=280526&r1=280525&r2=280526&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-xmlrpc/pom.xml (original)
+++ maven/continuum/trunk/continuum-xmlrpc/pom.xml Tue Sep 13 02:46:02 2005
@@ -20,6 +20,7 @@
     <dependency>
       <groupId>org.apache.maven.continuum</groupId>
       <artifactId>continuum-test</artifactId>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>hsqldb</groupId>