Bump versions to 0.21.0-SNAPSHOT
[bgpcep.git] / bgp / extensions / evpn / pom.xml
index d327b6c6914849ef8b500401f8cefc62f8b546d1..ef8b2275c8e0c4a6dce583ffe4d6bcc83d0b60fa 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-extension-parent</artifactId>
-        <version>0.16.12-SNAPSHOT</version>
+        <version>0.21.0-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
             <groupId>${project.groupId}</groupId>
             <artifactId>concepts</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.yangtools</groupId>
+            <artifactId>util</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-common-netty</artifactId>
@@ -62,7 +66,7 @@
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
-            <artifactId>osgi.cmpn</artifactId>
+            <artifactId>org.osgi.service.component.annotations</artifactId>
         </dependency>
 
         <!-- test scope dependencies -->