Fix io.dropwizard.metrics version 86/65386/1
authorMichael Vorburger <vorburger@redhat.com>
Thu, 9 Nov 2017 18:32:59 +0000 (19:32 +0100)
committerMichael Vorburger <vorburger@redhat.com>
Thu, 9 Nov 2017 18:32:59 +0000 (19:32 +0100)
so that it can be removed from odlparent dependencyManagement
in I0ce0e4b7ad54e171c061e1bb91d568b25e9d1145
for https://jira.opendaylight.org/browse/INFRAUTILS-19

see https://lists.opendaylight.org/pipermail/odlparent-dev/2017-November/001460.html

also minor clean up and remove the io.dropwizard.metrics
dependency in sal-distributed-datastore, because that
actually inherits it from sal-clustering-commons anyway.

Change-Id: I74f41742fbcb18bbb9b798b9a4fe73ce5add87eb
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
opendaylight/md-sal/sal-clustering-commons/pom.xml
opendaylight/md-sal/sal-distributed-datastore/pom.xml

index 7a904b35a87cf4bbecacec4ebf3dd676327d92af..5b626a9e7da284dac403d86e6589e827078e2bed 100644 (file)
     <dependency>
       <groupId>io.dropwizard.metrics</groupId>
       <artifactId>metrics-core</artifactId>
+      <version>3.1.2</version>
     </dependency>
     <dependency>
       <groupId>io.dropwizard.metrics</groupId>
       <artifactId>metrics-graphite</artifactId>
+      <version>3.1.2</version>
     </dependency>
 
     <!-- Google -->
index 3af98c0a576e4c0f564fd84e140b528bf57d3f72..ad33d7f2ce162602927327c88e4caffcb786486c 100644 (file)
       <scope>test</scope>
     </dependency>
 
-    <!-- Codahale -->
-    <dependency>
-      <groupId>io.dropwizard.metrics</groupId>
-      <artifactId>metrics-core</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>io.dropwizard.metrics</groupId>
-      <artifactId>metrics-graphite</artifactId>
-    </dependency>
-
     <!-- Google -->
     <dependency>
       <groupId>com.google.guava</groupId>