Remove duplicate dependencies 34/44934/1
authorRobert Varga <rovarga@cisco.com>
Wed, 31 Aug 2016 12:01:42 +0000 (14:01 +0200)
committerMilos Fabian <milfabia@cisco.com>
Wed, 31 Aug 2016 14:15:02 +0000 (14:15 +0000)
These trigger maven warnings, remove them.

Change-Id: I775653ed89f3052952adb1832671573c29161110
Signed-off-by: Robert Varga <rovarga@cisco.com>
(cherry picked from commit 5b60a2503c6600bf207582f71c7a7b1de656f295)

bgp/cli/pom.xml
bgp/evpn/pom.xml
bgp/openconfig-api/pom.xml
pcep/ietf-stateful07/pom.xml
pcep/pcc-mock/pom.xml

index ad00e25a889cf593d8cb36759c34914fab42d80b..6504a771e3752f0493e99ce29d5ae028ff7c094e 100644 (file)
             <artifactId>org.apache.karaf.shell.commands</artifactId>
             <version>${karaf.version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.apache.karaf.shell</groupId>
-            <artifactId>org.apache.karaf.shell.table</artifactId>
-            <version>${karaf.version}</version>
-        </dependency>
 
         <dependency>
              <groupId>junit</groupId>
index 6dd0f7f1842da4a3341f256c5dc58556234f41f8..f7f07d3806e66e9599ab21e334e366a7f1c803eb 100644 (file)
             <groupId>${project.groupId}</groupId>
             <artifactId>bgp-rib-spi</artifactId>
         </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>bgp-rib-spi</artifactId>
-            <scope>test</scope>
-            <type>test-jar</type>
-        </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>bgp-parser-api</artifactId>
             <url>${nexus.site.url}/${project.artifactId}/</url>
         </site>
     </distributionManagement>
-</project>
\ No newline at end of file
+</project>
index e99517b1ec2b1f7970a28627a41aebacc85df82f..ad7f4500d1d8279f133d901da4cbceedb1e5b7c0 100644 (file)
             <groupId>org.opendaylight.mdsal.model</groupId>
             <artifactId>ietf-inet-types-2013-07-15</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.model</groupId>
-            <artifactId>ietf-inet-types-2013-07-15</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.model</groupId>
             <artifactId>ietf-yang-types-20130715</artifactId>
index 524a54610833d2c457cfdff4b8bfcdccd6eb8100..3d1349af21c8cb5a656b410f9ae0bf5f795eda6e 100644 (file)
             <groupId>${project.groupId}</groupId>
             <artifactId>pcep-base-parser</artifactId>
         </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>concepts</artifactId>
-        </dependency>
 
         <!--
             FIXME: this is in support of the generated code. This should not
index 26e3a1289c8f80c3931750b54f999edead3571fa..852b1f4f40939d67c373fc74a98f0623dee59c0c 100644 (file)
         <groupId>${project.groupId}</groupId>
         <artifactId>testtool-util</artifactId>
     </dependency>
-    <dependency>
-      <groupId>io.netty</groupId>
-      <artifactId>netty-common</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>io.netty</groupId>
-      <artifactId>netty-buffer</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>io.netty</groupId>
-      <artifactId>netty-transport</artifactId>
-    </dependency>
     <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
     </dependency>
     <dependency>
       <groupId>io.netty</groupId>
-      <artifactId>netty-codec</artifactId>
+      <artifactId>netty-buffer</artifactId>
     </dependency>
     <dependency>
       <groupId>io.netty</groupId>
-      <artifactId>netty-buffer</artifactId>
+      <artifactId>netty-codec</artifactId>
     </dependency>
     <dependency>
       <groupId>io.netty</groupId>