You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2012/09/10 18:39:54 UTC

svn commit: r1382977 - /camel/branches/camel-2.10.x/parent/pom.xml

Author: janstey
Date: Mon Sep 10 16:39:54 2012
New Revision: 1382977

URL: http://svn.apache.org/viewvc?rev=1382977&view=rev
Log:
Remove pax-exam dependencies that don't exist in the later (2.x) releases

Modified:
    camel/branches/camel-2.10.x/parent/pom.xml

Modified: camel/branches/camel-2.10.x/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.10.x/parent/pom.xml?rev=1382977&r1=1382976&r2=1382977&view=diff
==============================================================================
--- camel/branches/camel-2.10.x/parent/pom.xml (original)
+++ camel/branches/camel-2.10.x/parent/pom.xml Mon Sep 10 16:39:54 2012
@@ -1358,12 +1358,7 @@
       </dependency>
       <dependency>
         <groupId>org.ops4j.pax.exam</groupId>
-        <artifactId>pax-exam-junit</artifactId>
-        <version>${pax-exam-version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.ops4j.pax.exam</groupId>
-        <artifactId>pax-exam-container-default</artifactId>
+        <artifactId>pax-exam-junit4</artifactId>
         <version>${pax-exam-version}</version>
       </dependency>
       <dependency>
@@ -1372,11 +1367,6 @@
         <version>${pax-runner-version}</version>
       </dependency>
       <dependency>
-        <groupId>org.ops4j.pax.exam</groupId>
-        <artifactId>pax-exam-junit-extender-impl</artifactId>
-        <version>${pax-exam-version}</version>
-      </dependency>
-      <dependency>
         <groupId>org.ops4j.pax.swissbox</groupId>
         <artifactId>pax-swissbox-tinybundles</artifactId>
         <version>${pax-tiny-bundle-version}</version>