Convert bgp-route-target to OSGi DS
[bgpcep.git] / bgp / extensions / route-target / pom.xml
index 9cd482f27f44afd16e9d092ff58349f04a566390..24d0c6d4e55afeae77630ba6d62ea8f998620b5b 100644 (file)
             <groupId>org.kohsuke.metainf-services</groupId>
             <artifactId>metainf-services</artifactId>
         </dependency>
+        <dependency>
+            <groupId>javax.inject</groupId>
+            <artifactId>javax.inject</artifactId>
+            <scope>provided</scope>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>osgi.cmpn</artifactId>
+        </dependency>
 
         <!-- test scope dependencies -->
         <dependency>