Bump versions 0.17.2-SNAPSHOT
[bgpcep.git] / config-loader / config-loader-impl / pom.xml
index afd5b8a6fb0e81aa0e6e10f3e78b70329c4fb40d..6fe96e858b61066dac16a286e2c090a4c8cc47ff 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgpcep-parent</artifactId>
-        <version>0.16.10-SNAPSHOT</version>
+        <version>0.17.2-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
         <dependency>
             <groupId>org.checkerframework</groupId>
             <artifactId>checker-qual</artifactId>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
-            <artifactId>osgi.cmpn</artifactId>
+            <artifactId>org.osgi.service.component.annotations</artifactId>
         </dependency>
         <dependency>
             <groupId>javax.annotation</groupId>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc7223</artifactId>
+            <artifactId>rfc8343</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>