Use provided shell console 25/97825/1
authorRobert Varga <robert.varga@pantheon.tech>
Sat, 23 Oct 2021 01:45:28 +0000 (03:45 +0200)
committerRobert Varga <nite@hq.sk>
Sat, 23 Oct 2021 02:05:20 +0000 (02:05 +0000)
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>
(cherry picked from commit 359516f6b96326589b37324f713cf1fde2e25868)

hwvtepsouthbound/hwvtepsouthbound-impl/pom.xml

index 761302ae03d765484d31f0ff09da716aea3f0258..5473aa4ebcbf04ebefb80ff073b76f365005cd58 100644 (file)
@@ -93,6 +93,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 -->