Fix io.dropwizard.metrics version 01/66201/2
authorMichael Vorburger <vorburger@redhat.com>
Thu, 9 Nov 2017 18:32:59 +0000 (19:32 +0100)
committerTom Pantelis <tompantelis@gmail.com>
Fri, 8 Dec 2017 01:43:30 +0000 (01:43 +0000)
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>
(cherry picked from commit 8562ca124ecb4d93f35098cfb20f3cbb569d545b)

opendaylight/md-sal/sal-clustering-commons/pom.xml
opendaylight/md-sal/sal-distributed-datastore/pom.xml

index c2f36a30391066c75d3f6a46fa14c4cdff5de179..9bc2b3aaa16b0926637d522d63bd83660f645759 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 2b1350bf2f8304a575e4e2346aa5e129dbcb6eca..a2e1a6a69bfc2377998de8a7323b73df36ba429a 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>