Added a missing dependency to codahale's metrics
[controller.git] / 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*;