Added bundleactivator to XMLRouter.
[xmlrouter] / pom.xml
diff --git a/pom.xml b/pom.xml
index 37c993a0fdccfbdb0d660897ddfb4311bb21d2a2..d2d2a858a7558040a3193bd52286e595feeb347f 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>
                 <groupId>org.osgi</groupId>
                 <artifactId>org.osgi.core</artifactId>
                 <version>4.2.0</version>
+                <scope>provided</scope>
             </dependency>
             <dependency>
                 <groupId>org.osgi</groupId>
                 <artifactId>org.osgi.compendium</artifactId>
                 <version>4.2.0</version>
+                <scope>provided</scope>
             </dependency>
             
             <!-- Pax exam -->
                 <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>