fix for continuous integration.
[xmlrouter] / pom.xml
diff --git a/pom.xml b/pom.xml
index 80ce38054f45dd2ca3f4893f4ac0d9e4bc304a66..a9c960463386bc57499409d9c39d384734955b69 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
 
 
     <properties>
-        <wamblee.utils.version>0.8-SNAPSHOT</wamblee.utils.version>
+        <wamblee.utils.version>0.8</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.mockito</groupId>
                 <artifactId>mockito-all</artifactId>
-                <version>1.8.0</version>
+                <version>1.8.5</version>
                 <scope>test</scope>
             </dependency>
             
                 <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 -->