From: Abhishek Kumar Date: Tue, 19 Aug 2014 18:21:33 +0000 (-0700) Subject: Added a missing dependency to codahale's metrics X-Git-Tag: release/helium~263 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=0e04f999d78b80e9b42026e1a333327d48818c08;ds=sidebyside Added a missing dependency to codahale's metrics package in remoterpc bundle Change-Id: Ieb06010fa56686d46d95625dde3249cee25354b2 Signed-off-by: Abhishek Kumar --- 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*;