Convert cluster-admin to OSGi DS
[controller.git] / opendaylight / md-sal / sal-cluster-admin-impl / pom.xml
index 3fa48cbc5764cedb2e6694454d9dad27c0d04f0a..96d2dc0df809a59480b0583dcc86bc3732271247 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.4-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>osgi.cmpn</artifactId>
+    </dependency>
 
   </dependencies>