Use provided shell console 56/98056/1
authorRobert Varga <robert.varga@pantheon.tech>
Sat, 23 Oct 2021 01:45:28 +0000 (03:45 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sat, 23 Oct 2021 01:45:28 +0000 (03:45 +0200)
We should not be pulling in shell console, it is provided by the
framework.

Change-Id: Ic2f6f6b16efe30c5ff9942bc7343297a6ca3f770
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
hwvtepsouthbound/hwvtepsouthbound-impl/pom.xml

index aba98b49be4ee2cd81953648876c9a7ebf8877c1..1a2fb89307f1567803c9ec17f070993959b70c16 100644 (file)
@@ -90,6 +90,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <dependency>
       <groupId>org.apache.karaf.shell</groupId>
       <artifactId>org.apache.karaf.shell.core</artifactId>
+      <scope>provided</scope>
     </dependency>
 
     <!-- Testing Dependencies -->