Bump versions to 1.9.6-SNAPSHOT
[serviceutils.git] / metrics / api / pom.xml
index b38b7c9e0facc8521e9e7c0b3f1b78c3b6bfe9aa..53970301ef865ce37ea95441228c4ca2cb4ea6cb 100644 (file)
@@ -13,7 +13,7 @@
   <parent>
     <groupId>org.opendaylight.infrautils</groupId>
     <artifactId>parent</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.9.6-SNAPSHOT</version>
     <relativePath>../../common/parent</relativePath>
   </parent>
 
 
   <dependencies>
     <dependency>
-      <groupId>io.dropwizard.metrics</groupId>
-      <artifactId>metrics-core</artifactId>
-      <!-- This version must be kept in line with the one used in metrics-impl.
-
-           TODO Remove the paragraph below when dropwizard.metrics is removed from odlparent's dependencyManagement...
-           This version does not have to match odlparent's (it's not up-to-date;
-           and we would like to evolve and upgrade this independent of odlparent),
-           because projects using metrics will just depend on this metrics-api artifact
-           and inherit the dropwizard metrics version from here, instead of from odlparent. -->
-      <version>3.2.5</version>
+      <groupId>org.opendaylight.infrautils</groupId>
+      <artifactId>infrautils-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.immutables</groupId>
+      <artifactId>value</artifactId>
+      <classifier>annotations</classifier>
     </dependency>
   </dependencies>
 
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <configuration>
+          <instructions>
+            <Automatic-Module-Name>org.opendaylight.infrautils.metrics.api</Automatic-Module-Name>
+          </instructions>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 </project>