Use scope=provided for karaf shell 01/79201/6
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 3 Jan 2019 18:47:44 +0000 (19:47 +0100)
committerArunprakash D <d.arunprakash@ericsson.com>
Thu, 24 Jan 2019 08:26:07 +0000 (08:26 +0000)
This dependency is actively filtered by odlparent, but its transitive
dependencies are still leaking to our features.

Lower the scope to provided to get rid of those dependencies.

Change-Id: I4d9b30f4d94c15c1f27f74ca63c0defe430ec598
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
drop-test-karaf/pom.xml
openflowplugin-impl/pom.xml

index c38dd8e10ed457a5d83854ee1bb662559619a7a6..a8c0c3657731b901c8d3844184d80b2b6231a6ae 100644 (file)
@@ -49,6 +49,7 @@
         <dependency>
             <groupId>org.apache.karaf.shell</groupId>
             <artifactId>org.apache.karaf.shell.console</artifactId>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>commons-lang</groupId>
index d6fd335615f031a66f9866597077708d12598a13..52d5c9269b9f35344ed55987fb6c4289378e8f99 100644 (file)
@@ -73,6 +73,7 @@
         <dependency>
             <groupId>org.apache.karaf.shell</groupId>
             <artifactId>org.apache.karaf.shell.console</artifactId>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>com.google.guava</groupId>