Introduce cli commands for clustering-test-app
[controller.git] / features / odl-clustering-test-app / pom.xml
index ec7884d78faedc9aab1d804ab8681148c63f161e..c480eb8843767191d407d9247578361b9e3d4dd7 100644 (file)
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>4.0.3-SNAPSHOT</version>
         <relativePath>../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.controller</groupId>
     <artifactId>odl-clustering-test-app</artifactId>
     <packaging>feature</packaging>
 
@@ -40,5 +39,9 @@
             <groupId>org.opendaylight.controller.samples</groupId>
             <artifactId>clustering-it-provider</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.controller.samples</groupId>
+            <artifactId>clustering-it-karaf-cli</artifactId>
+        </dependency>
     </dependencies>
 </project>