Initial version with all API bundles deployed in the integraiton test.
[xmlrouter] / pom.xml
diff --git a/pom.xml b/pom.xml
index 37c993a0fdccfbdb0d660897ddfb4311bb21d2a2..80ce38054f45dd2ca3f4893f4ac0d9e4bc304a66 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
 
 
     <properties>
-        <wamblee.utils.version>0.5</wamblee.utils.version>
+        <wamblee.utils.version>0.8-SNAPSHOT</wamblee.utils.version>
         <pax.exam.version>2.2.0</pax.exam.version>
         <pax.runner.version>1.7.4</pax.runner.version>
         <pax.url.version>1.3.4</pax.url.version>
             <dependency>
                 <groupId>org.wamblee</groupId>
                 <artifactId>wamblee-support-general</artifactId>
-                <version>0.7-SNAPSHOT</version>
+                <version>${wamblee.utils.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.wamblee</groupId>
                 <version>${pax.url.version}</version>
                 <scope>test</scope>
             </dependency>
+                       
+                       <dependency>
+                <groupId>org.ops4j.pax.url</groupId>
+                <artifactId>pax-url-wrap</artifactId>
+                <version>${pax.url.version}</version>
+                <scope>test</scope>
+            </dependency>
             
             <!-- only native -->
             <dependency>