Eliminate blueprint for southbound-cli commands
[openflowplugin.git] / applications / southbound-cli / pom.xml
index e3a5e59d1e769d18fc7fe8ce80d44de674527f9d..88f48eaa7abf4a84c7c3f4399bdac29df9e7a331 100644 (file)
@@ -25,7 +25,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.karaf.shell</groupId>
-            <artifactId>org.apache.karaf.shell.console</artifactId>
+            <artifactId>org.apache.karaf.shell.core</artifactId>
             <scope>provided</scope>
         </dependency>
         <dependency>
         </dependency>
     </dependencies>
 
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.karaf.tooling</groupId>
+                <artifactId>karaf-services-maven-plugin</artifactId>
+            </plugin>
+        </plugins>
+    </build>
+
 </project>