Bump versions to 0.16.13-SNAPSHOT
[bgpcep.git] / distribution-karaf / pom.xml
index 5275b13dafc3dcdf7d848403d1203a0a3e345490..9dd862e50e335975cb2beba1a2d2eb9b8d73cbf9 100644 (file)
@@ -14,8 +14,8 @@
   </parent>
 
   <groupId>org.opendaylight.bgpcep</groupId>
-  <artifactId>distribution-karaf</artifactId>
-  <version>0.16.8-SNAPSHOT</version>
+  <artifactId>bgpcep-karaf</artifactId>
+  <version>0.16.13-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
       <type>xml</type>
       <scope>runtime</scope>
     </dependency>
+
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>features-controller-testing</artifactId>
+      <classifier>features</classifier>
+      <type>xml</type>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.infrautils</groupId>
+      <artifactId>features-infrautils</artifactId>
+      <classifier>features</classifier>
+      <type>xml</type>
+      <scope>runtime</scope>
+    </dependency>
   </dependencies>
 
     <scm>