Added a missing dependency to codahale's metrics 75/10075/1
authorAbhishek Kumar <abhishk2@cisco.com>
Tue, 19 Aug 2014 18:21:33 +0000 (11:21 -0700)
committerAbhishek Kumar <abhishk2@cisco.com>
Tue, 19 Aug 2014 18:21:33 +0000 (11:21 -0700)
package in remoterpc bundle

Change-Id: Ieb06010fa56686d46d95625dde3249cee25354b2
Signed-off-by: Abhishek Kumar <abhishk2@cisco.com>
opendaylight/md-sal/sal-remoterpc-connector/pom.xml

index c47af93c4eb362d7dc00ec2088f2b8e6099df180..4e007f4c5d8e4447c1ea683312f40302bc91f2d9 100644 (file)
       <artifactId>scala-library</artifactId>
     </dependency>
 
+    <dependency>
+      <groupId>com.codahale.metrics</groupId>
+      <artifactId>metrics-core</artifactId>
+      <version>3.0.1</version>
+    </dependency>
     <!-- Test Dependencies -->
     <dependency>
       <groupId>junit</groupId>
             <Embed-Dependency>
                 sal-clustering-commons;
                 sal-akka-raft;
+                *metrics*;
                 !sal*;
                 !*config-api*;
                 !*testkit*;