Custom mailbox that is bounded and instrumented.
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / pom.xml
index 648e8d23d06892f8964ed65e322b7cb988ee8194..b47222ffa26e65ceb4599f2c2319a9491d2599f6 100644 (file)
         <version>1.1-SNAPSHOT</version>
     </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*;