Bump versions to 0.16.15-SNAPSHOT
[bgpcep.git] / bgp / rib-impl / pom.xml
index c8199217b811bc2974e7f5b7365a93567080853a..eced8d9bc0b66d8e5c9e60cb186ebef8052a7092 100644 (file)
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgpcep-parent</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.16.15-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
             <classifier>linux-x86_64</classifier>
         </dependency>
         <dependency>
-            <groupId>javax.inject</groupId>
+            <groupId>com.guicedee.services</groupId>
             <artifactId>javax.inject</artifactId>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <groupId>javax.annotation</groupId>
+            <artifactId>javax.annotation-api</artifactId>
             <scope>provided</scope>
             <optional>true</optional>
         </dependency>
             <groupId>org.osgi</groupId>
             <artifactId>osgi.cmpn</artifactId>
         </dependency>
-
-        <!-- OSGi, FIXME: remove this -->
         <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>osgi.core</artifactId>
+            <groupId>org.kohsuke.metainf-services</groupId>
+            <artifactId>metainf-services</artifactId>
         </dependency>
 
         <!-- Testing dependencies -->