Integrate SegmentedJournalActor with metrics/JMX
[controller.git] / opendaylight / md-sal / sal-akka-segmented-journal / pom.xml
index ba6b7edb6a5daa418aec6c9863ae007c76b75f2f..9bf362ab33b4971cd075051085f44db1eefc3506 100644 (file)
@@ -57,6 +57,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <artifactId>scala-library</artifactId>
         </dependency>
 
+        <!-- Clustering commons for metrics -->
+        <dependency>
+            <groupId>org.opendaylight.controller</groupId>
+            <artifactId>sal-clustering-commons</artifactId>
+        </dependency>
+
         <!-- Atomix -->
         <dependency>
             <groupId>io.atomix</groupId>