Master build failing - dependency missing in pom 53/80253/1
authorshaik <shaik.b@altencalsoftlabs.com>
Mon, 11 Feb 2019 10:37:26 +0000 (16:07 +0530)
committershaik <shaik.b@altencalsoftlabs.com>
Mon, 11 Feb 2019 10:42:41 +0000 (16:12 +0530)
Description: master build failing at natservice, looks like
dependecy is missing in natservice/impl pom.xml

JIRA: NETVIRT-1562

Solution : added the missing dependencies, build is passing
with this change

Change-Id: I7e98f3e230edc5cd47a0dec47b274f5468154b9e
Signed-off-by: shaik <shaik.b@altencalsoftlabs.com>
natservice/impl/pom.xml

index b7d85f71534740dcc0be951c44813cae5e489a6d..894c0a3054d9978c8838c832da1279b7fb805531 100644 (file)
@@ -111,6 +111,16 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <artifactId>model-flow-service</artifactId>
             <version>${openflowplugin.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.karaf.shell</groupId>
+            <artifactId>org.apache.karaf.shell.commands</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.karaf.shell</groupId>
+            <artifactId>org.apache.karaf.shell.console</artifactId>
+            <scope>provided</scope>
+        </dependency>
         <!-- FIXME: Upgrade to Mockito 2 -->
         <dependency>
             <groupId>org.powermock</groupId>