From 0e04f999d78b80e9b42026e1a333327d48818c08 Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Tue, 19 Aug 2014 11:21:33 -0700 Subject: [PATCH] Added a missing dependency to codahale's metrics package in remoterpc bundle Change-Id: Ieb06010fa56686d46d95625dde3249cee25354b2 Signed-off-by: Abhishek Kumar --- opendaylight/md-sal/sal-remoterpc-connector/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/opendaylight/md-sal/sal-remoterpc-connector/pom.xml b/opendaylight/md-sal/sal-remoterpc-connector/pom.xml index c47af93c4e..4e007f4c5d 100644 --- a/opendaylight/md-sal/sal-remoterpc-connector/pom.xml +++ b/opendaylight/md-sal/sal-remoterpc-connector/pom.xml @@ -117,6 +117,11 @@ scala-library + + com.codahale.metrics + metrics-core + 3.0.1 + junit @@ -165,6 +170,7 @@ sal-clustering-commons; sal-akka-raft; + *metrics*; !sal*; !*config-api*; !*testkit*; -- 2.36.6