Remove duplicate dependencies 96/81996/3
authorRobert Varga <robert.varga@pantheon.tech>
Sat, 11 May 2019 07:23:48 +0000 (09:23 +0200)
committerFaseela K <faseela.k@ericsson.com>
Mon, 13 May 2019 05:22:55 +0000 (05:22 +0000)
This patch fixes maven warnings around duplicate dependency
declarations.

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

index 633978486a83557ece3b4941f14ccea9ed17b53e..d25057a9f07c78bd6a81540959371327955fa633 100644 (file)
@@ -92,12 +92,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <artifactId>metrics-api</artifactId>
             <version>${infrautils.version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.ovsdb</groupId>
-            <artifactId>utils.mdsal-utils</artifactId>
-            <version>1.9.0-SNAPSHOT</version>
-            <scope>compile</scope>
-        </dependency>
     </dependencies>
 
     <build>
index b4dc39078b2ea4d50b14ab3f54ff23070b418e92..901e966f7a0dd797007e5ad2d8bff85e59fc1d37 100644 (file)
@@ -122,21 +122,11 @@ 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>com.google.code.findbugs</groupId>
             <artifactId>jsr305</artifactId>
             <optional>true</optional>
         </dependency>
-        <dependency>
-            <groupId>org.apache.karaf.shell</groupId>
-            <artifactId>org.apache.karaf.shell.console</artifactId>
-            <scope>provided</scope>
-        </dependency>
         <dependency>
             <groupId>org.mockito</groupId>
             <artifactId>mockito-core</artifactId>