Do not reference http://opendaylight.org/xmlns/blueprint/v1.0.0
[bgpcep.git] / bgp / rib-impl / pom.xml
index 4ff102421de76e4af624896c805ec55703202e01..e9c4788eb069ad4387e4bc024ca3792d2752826c 100644 (file)
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgpcep-parent</artifactId>
-        <version>0.15.0-SNAPSHOT</version>
+        <version>0.16.7-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>
+        <dependency>
+            <groupId>org.kohsuke.metainf-services</groupId>
+            <artifactId>metainf-services</artifactId>
+        </dependency>
 
         <!-- OSGi, FIXME: remove this -->
         <dependency>
             <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.core</artifactId>
+            <artifactId>osgi.core</artifactId>
         </dependency>
 
         <!-- Testing dependencies -->