Bump versions to 0.21.3-SNAPSHOT
[bgpcep.git] / bgp / openconfig-rp-statement / pom.xml
index 5884e40a9dd27758a9969136f109a7d1cfac3e9f..df27c7c2554f6cee4037ad5a3ca85eab97446f00 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgpcep-parent</artifactId>
-        <version>0.15.0-SNAPSHOT</version>
+        <version>0.21.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-lang3</artifactId>
         </dependency>
+        <dependency>
+            <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>org.osgi.service.component.annotations</artifactId>
+        </dependency>
+
         <!-- Test dependencies -->
         <dependency>
             <groupId>${project.groupId}</groupId>