Cleanup cds-access-api dependencies
[controller.git] / opendaylight / config / netty-timer-config / pom.xml
index 127f8802fdeb1595863626e3fd4e76590752a8c4..bec15fb2a592a03644ce8e752c6f58e886d74fc3 100644 (file)
@@ -5,13 +5,13 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>7.0.3</version>
+    <version>9.0.2</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>netty-timer-config</artifactId>
-  <version>0.13.2-SNAPSHOT</version>
+  <version>0.15.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
   <description>Configuration Wrapper around netty's timer</description>
@@ -21,5 +21,9 @@
       <groupId>io.netty</groupId>
       <artifactId>netty-common</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>osgi.cmpn</artifactId>
+    </dependency>
   </dependencies>
 </project>