Changed key actors to use bounded mailbox
[controller.git] / opendaylight / md-sal / sal-clustering-commons / pom.xml
index 2bf1a5597362c9eeee9a312ea179dda1a093815f..b8980cd0bea46b22676ccec1cb38def91239d275 100644 (file)
           <artifactId>jsr305</artifactId>
           <version>2.0.1</version>
       </dependency>
-
       <dependency>
           <groupId>com.codahale.metrics</groupId>
           <artifactId>metrics-core</artifactId>
-          <version>3.0.1</version>
+      </dependency>
+      <dependency>
+          <groupId>com.codahale.metrics</groupId>
+          <artifactId>metrics-graphite</artifactId>
       </dependency>
   </dependencies>
   <build>