Bump versions to 9.0.2-SNAPSHOT
[mdsal.git] / replicate / mdsal-replicate-netty / pom.xml
index 047c488a5d2722c7fa3ead2462b1607daa925f45..aef4fde48aca5f627ce26a449e1104d0609e885a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>dom-parent</artifactId>
-        <version>8.0.5-SNAPSHOT</version>
+        <version>9.0.2-SNAPSHOT</version>
         <relativePath>../../dom/dom-parent</relativePath>
     </parent>
 
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
-            <artifactId>osgi.cmpn</artifactId>
+            <artifactId>org.osgi.service.component.annotations</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.service.metatype.annotations</artifactId>
         </dependency>
 
         <dependency>