Bump versions 0.17.2-SNAPSHOT
[bgpcep.git] / bgp / extensions / linkstate / pom.xml
index 30d40886d0f95f4867a96fc290fb6e42b2bc94f2..2d0bbcfc631db73799e3a6761f7c31ec636183ff 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-extension-parent</artifactId>
-        <version>0.16.11-SNAPSHOT</version>
+        <version>0.17.2-SNAPSHOT</version>
         <relativePath>../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>
 
         <!-- test scope dependencies -->
             <artifactId>mdsal-binding-api</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.hamcrest</groupId>
-            <artifactId>hamcrest-core</artifactId>
-        </dependency>
     </dependencies>
 
     <scm>