Remove duplicate dependencies 21/44921/2
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:14:54 +0000 (14:14 +0000)
These trigger maven warnings, remove them.

Change-Id: I775653ed89f3052952adb1832671573c29161110
Signed-off-by: Robert Varga <rovarga@cisco.com>
bgp/cli/pom.xml
bgp/evpn/pom.xml
bgp/openconfig-api/pom.xml
pcep/ietf-stateful07/pom.xml
pcep/pcc-mock/pom.xml

index a5d3d2d0001c6261e927a5babc1635f1f4c4f2b0..1b7c149dbf820c8baa387b1818de3104e8355c18 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 6dcad9aacacadddd09f7cd589f3f76eea28d4f7a..69092fdc25e013623e78e83aae62d17528684053 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 80b2d5f8e3852770c7a28d85410fba283b64d1c8..9c5327d767ea5eb887dc725c3f385ffbff13a596 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 e5817c735c7601f88cf08237186b9155401cfd67..ca98fc1ee2655d51eed1b1b92d10c4aeae8e8258 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 610f9056b37576d74cb0bdd706b5515f3acaa80a..024cd321a0e9f77a6aa40b65b259cec9ad2ed094 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>