You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ma...@apache.org on 2011/07/11 08:39:50 UTC

svn commit: r1145041 - /aries/trunk/jmx/jmx-itests/pom.xml

Author: mahrwald
Date: Mon Jul 11 06:39:49 2011
New Revision: 1145041

URL: http://svn.apache.org/viewvc?rev=1145041&view=rev
Log:
ARIES-707: Maven2 builds an unhappy classpath with pax-runner-no-jcl before the osgi.core libraries

Modified:
    aries/trunk/jmx/jmx-itests/pom.xml

Modified: aries/trunk/jmx/jmx-itests/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jmx/jmx-itests/pom.xml?rev=1145041&r1=1145040&r2=1145041&view=diff
==============================================================================
--- aries/trunk/jmx/jmx-itests/pom.xml (original)
+++ aries/trunk/jmx/jmx-itests/pom.xml Mon Jul 11 06:39:49 2011
@@ -62,12 +62,6 @@
             <version>0.3.1-SNAPSHOT</version>
         </dependency>
         <dependency>
-          <groupId>org.apache.aries.testsupport</groupId>
-          <artifactId>org.apache.aries.testsupport.unit</artifactId>
-          <version>0.3.1-SNAPSHOT</version>
-          <scope>test</scope>
-        </dependency>
-        <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.core</artifactId>
             <scope>provided</scope>
@@ -78,6 +72,12 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
+          <groupId>org.apache.aries.testsupport</groupId>
+          <artifactId>org.apache.aries.testsupport.unit</artifactId>
+          <version>0.3.1-SNAPSHOT</version>
+          <scope>test</scope>
+        </dependency>        
+        <dependency>
             <groupId>org.apache.aries.blueprint</groupId>
             <artifactId>org.apache.aries.blueprint.sample</artifactId>
             <version>0.3.2-SNAPSHOT</version>