Bump versions to 1.9.6-SNAPSHOT
[serviceutils.git] / metrics / sample / impl / pom.xml
index 12b0d307563e5d2da0448e7e7744a95f1eea083e..73c82728c75c7be89460225f5cd8eeb4b5191d5b 100644 (file)
@@ -13,7 +13,7 @@
   <parent>
       <groupId>org.opendaylight.infrautils</groupId>
       <artifactId>parent</artifactId>
-      <version>1.6.0-SNAPSHOT</version>
+      <version>1.9.6-SNAPSHOT</version>
       <relativePath>../../../common/parent</relativePath>
   </parent>
 
     <dependency>
       <groupId>javax.inject</groupId>
       <artifactId>javax.inject</artifactId>
+      <scope>provided</scope>
+      <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>javax.annotation</groupId>
       <artifactId>javax.annotation-api</artifactId>
+      <scope>provided</scope>
       <optional>true</optional>
-      <!-- FIXME: remove version with odlparent-4.0.8 -->
-      <version>1.2</version>
     </dependency>
 
     <dependency>
@@ -51,7 +52,7 @@
     <dependency>
       <groupId>io.prometheus</groupId>
       <artifactId>simpleclient_httpserver</artifactId>
-      <version>0.4.0</version>
+      <version>0.9.0</version>
       <!-- HTTPServer is only used in demos; in production we use the MetricsServlet -->
       <scope>test</scope>
     </dependency>
@@ -70,6 +71,7 @@
     <dependency>
       <groupId>org.apache.aries.blueprint</groupId>
       <artifactId>blueprint-maven-plugin-annotation</artifactId>
+      <scope>provided</scope>
       <optional>true</optional>
     </dependency>
   </dependencies>