Convert messagebus-impl to OSGi DS
[controller.git] / opendaylight / md-sal / messagebus-impl / pom.xml
index db4a62f2c41c61548414678ac7e88f36fd4e98f3..649a1c0a0a07e90ac991b35cc7298443aff59cb6 100644 (file)
@@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.4-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
@@ -38,5 +38,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>messagebus-spi</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>osgi.cmpn</artifactId>
+        </dependency>
     </dependencies>
 </project>