Release bgpcep
[bgpcep.git] / bgp / extensions / l3vpn / pom.xml
index 886aa07f87cf3bd84c78627098aceafc51f04fbc..bb05785299b24c37d3878e26f4eeaebf206a80e8 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-extension-parent</artifactId>
-        <version>0.16.3-SNAPSHOT</version>
+        <version>0.20.4</version>
         <relativePath>../parent</relativePath>
     </parent>
 
             <artifactId>javax.inject</artifactId>
             <optional>true</optional>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.yangtools</groupId>
+            <artifactId>util</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
-            <artifactId>osgi.cmpn</artifactId>
+            <artifactId>org.osgi.service.component.annotations</artifactId>
         </dependency>
 
         <!-- test scope dependencies -->