Author: [email protected]
Date: Fri May 13 14:22:47 2011
New Revision: 1136

Log:
[AMDATU-379] Added pax-url-wrap artifact, needed to use wrappedBundle method. 
Updated Pax Exam version from 2.0.0 RC4 to RC5.

Modified:
   trunk/amdatu-core/itest/pom.xml

Modified: trunk/amdatu-core/itest/pom.xml
==============================================================================
--- trunk/amdatu-core/itest/pom.xml     (original)
+++ trunk/amdatu-core/itest/pom.xml     Fri May 13 14:22:47 2011
@@ -28,7 +28,7 @@
   <name>Amdatu Core - Integration Tests reactor</name>
 
   <properties>
-    <pax.exam.version>2.0.0-RC4</pax.exam.version>
+    <pax.exam.version>2.0.0-RC5</pax.exam.version>
     
<org.apache.felix.framework.version>3.2.0</org.apache.felix.framework.version>
     <org.slf4j.simple.version>1.6.1</org.slf4j.simple.version>
     <pax.useradmin.version>0.0.1-amdatu1</pax.useradmin.version>
@@ -69,6 +69,12 @@
         <scope>compile</scope>
       </dependency>
       <dependency>
+          <groupId>org.ops4j.pax.url</groupId>
+          <artifactId>pax-url-wrap</artifactId>
+          <version>1.3.2</version>
+          <scope>compile</scope>
+      </dependency>
+      <dependency>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.framework</artifactId>
         <version>${org.apache.felix.framework.version}</version>
@@ -191,6 +197,10 @@
       <artifactId>pax-exam-link-mvn</artifactId>
     </dependency>
     <dependency>
+        <groupId>org.ops4j.pax.url</groupId>
+        <artifactId>pax-url-wrap</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
     </dependency>
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits

Reply via email to