Release Magnesium
[controller.git] / opendaylight / md-sal / sal-clustering-commons / pom.xml
index 5af44ca567243006726c03a28355d61ed1124c4e..3301a1a9e16d5e6aeec76e6d04cd606a0cb8ddae 100644 (file)
@@ -4,12 +4,12 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>1.9.0-SNAPSHOT</version>
+    <version>1.11.2</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <artifactId>sal-clustering-commons</artifactId>
-  <version>1.9.0-SNAPSHOT</version>
+  <version>1.11.2</version>
   <packaging>bundle</packaging>
 
   <dependencies>
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>yang-model-util</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.yangtools</groupId>
+      <artifactId>yang-data-codec-binfmt</artifactId>
+    </dependency>
   </dependencies>
 
   <build>