Bump versions to 0.16.5-SNAPSHOT
[bgpcep.git] / bgp / extensions / l3vpn / pom.xml
index 192af43e92c4346422bccba8c506b0a6f79c628c..f13c120f14651c7d651a77cb3a433a437ef9086d 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-extension-parent</artifactId>
-        <version>0.15.0-SNAPSHOT</version>
+        <version>0.16.5-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
             <groupId>org.kohsuke.metainf-services</groupId>
             <artifactId>metainf-services</artifactId>
         </dependency>
+        <dependency>
+            <groupId>com.guicedee.services</groupId>
+            <artifactId>javax.inject</artifactId>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>osgi.cmpn</artifactId>
+        </dependency>
 
         <!-- test scope dependencies -->
         <dependency>