From 8562ca124ecb4d93f35098cfb20f3cbb569d545b Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Thu, 9 Nov 2017 19:32:59 +0100 Subject: [PATCH] Fix io.dropwizard.metrics version 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 --- opendaylight/md-sal/sal-clustering-commons/pom.xml | 2 ++ opendaylight/md-sal/sal-distributed-datastore/pom.xml | 10 ---------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/opendaylight/md-sal/sal-clustering-commons/pom.xml b/opendaylight/md-sal/sal-clustering-commons/pom.xml index 7a904b35a8..5b626a9e7d 100644 --- a/opendaylight/md-sal/sal-clustering-commons/pom.xml +++ b/opendaylight/md-sal/sal-clustering-commons/pom.xml @@ -89,10 +89,12 @@ io.dropwizard.metrics metrics-core + 3.1.2 io.dropwizard.metrics metrics-graphite + 3.1.2 diff --git a/opendaylight/md-sal/sal-distributed-datastore/pom.xml b/opendaylight/md-sal/sal-distributed-datastore/pom.xml index 3af98c0a57..ad33d7f2ce 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/pom.xml +++ b/opendaylight/md-sal/sal-distributed-datastore/pom.xml @@ -70,16 +70,6 @@ test - - - io.dropwizard.metrics - metrics-core - - - io.dropwizard.metrics - metrics-graphite - - com.google.guava -- 2.36.6