From 5ed99696d261c5359b2e036acfd2aef864f04a7e Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Thu, 11 Aug 2016 17:09:18 +0200 Subject: [PATCH] BUG-6341: use common Coda Hale Metrics This depends on https://git.opendaylight.org/gerrit/43717 Change-Id: I39f26964836b3c2b2fd4e54f06b8761743812b12 Signed-off-by: Stephen Kitt --- features/mdsal/src/main/features/features.xml | 2 +- opendaylight/commons/opendaylight/pom.xml | 12 ------------ opendaylight/md-sal/sal-clustering-commons/pom.xml | 4 ++-- .../md-sal/sal-distributed-datastore/pom.xml | 4 ++-- opendaylight/md-sal/sal-remoterpc-connector/pom.xml | 10 +++++----- 5 files changed, 10 insertions(+), 22 deletions(-) diff --git a/features/mdsal/src/main/features/features.xml b/features/mdsal/src/main/features/features.xml index a491a46525..b5266f189d 100644 --- a/features/mdsal/src/main/features/features.xml +++ b/features/mdsal/src/main/features/features.xml @@ -80,7 +80,7 @@ odl-akka-clustering mvn:org.opendaylight.controller/sal-clustering-commons/{{VERSION}} mvn:org.opendaylight.controller/sal-akka-raft/{{VERSION}} - mvn:com.codahale.metrics/metrics-core/3.0.1 + mvn:io.dropwizard.metrics/metrics-core/{{VERSION}} odl-mdsal-broker-local diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index cbcf4105cb..511b8110dc 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -27,8 +27,6 @@ 0.8.0-SNAPSHOT 0.8.0-SNAPSHOT 0.8.0-SNAPSHOT - - 3.0.1 0.5.0-SNAPSHOT 0.4.0-SNAPSHOT @@ -211,16 +209,6 @@ sshd-core 0.14.0 - - com.codahale.metrics - metrics-core - ${codahale.metrics.version} - - - com.codahale.metrics - metrics-graphite - ${codahale.metrics.version} - diff --git a/opendaylight/md-sal/sal-clustering-commons/pom.xml b/opendaylight/md-sal/sal-clustering-commons/pom.xml index ff18032d82..4c5c620818 100644 --- a/opendaylight/md-sal/sal-clustering-commons/pom.xml +++ b/opendaylight/md-sal/sal-clustering-commons/pom.xml @@ -73,11 +73,11 @@ - com.codahale.metrics + io.dropwizard.metrics metrics-core - com.codahale.metrics + io.dropwizard.metrics metrics-graphite diff --git a/opendaylight/md-sal/sal-distributed-datastore/pom.xml b/opendaylight/md-sal/sal-distributed-datastore/pom.xml index f59703cc21..b944633017 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/pom.xml +++ b/opendaylight/md-sal/sal-distributed-datastore/pom.xml @@ -69,11 +69,11 @@ - com.codahale.metrics + io.dropwizard.metrics metrics-core - com.codahale.metrics + io.dropwizard.metrics metrics-graphite diff --git a/opendaylight/md-sal/sal-remoterpc-connector/pom.xml b/opendaylight/md-sal/sal-remoterpc-connector/pom.xml index 2bb9cdb0bc..de54c31691 100644 --- a/opendaylight/md-sal/sal-remoterpc-connector/pom.xml +++ b/opendaylight/md-sal/sal-remoterpc-connector/pom.xml @@ -115,14 +115,14 @@ - com.codahale.metrics + io.dropwizard.metrics metrics-core - - com.codahale.metrics - metrics-graphite - + + io.dropwizard.metrics + metrics-graphite + junit -- 2.36.6