Release Neon
[controller.git] / opendaylight / md-sal / sal-akka-segmented-journal / pom.xml
index c71bb5e3abb1d37b8ece6eea143c13271aa755e8..899b6b0c055a04f351905f5417835ce24fd849b2 100644 (file)
@@ -12,12 +12,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>1.9.1-SNAPSHOT</version>
+        <version>1.9.2</version>
         <relativePath>../parent</relativePath>
     </parent>
 
     <artifactId>sal-akka-segmented-journal</artifactId>
-    <version>1.9.1-SNAPSHOT</version>
+    <version>1.9.2</version>
     <packaging>bundle</packaging>
 
     <dependencies>
@@ -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>