Remove duplicate dependency declarations 96/10896/3
authorRobert Varga <rovarga@cisco.com>
Mon, 8 Sep 2014 09:26:20 +0000 (11:26 +0200)
committerRobert Varga <rovarga@cisco.com>
Mon, 8 Sep 2014 10:08:19 +0000 (12:08 +0200)
Change-Id: I1e566dd794e3cfbd6e59adb4e4306330f3c5b356
Signed-off-by: Robert Varga <rovarga@cisco.com>
bgp/rib-impl/pom.xml
data-change-counter/pom.xml
pcep/topology-provider/pom.xml

index 15e78afe3cba46dfdf1dae06bd60913bf7c55cce..0c0a8c7fea1e9443e1ba997473f58992b230687f 100644 (file)
             <artifactId>netty-threadgroup-config</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>sal-binding-broker-impl</artifactId>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>protocol-framework</artifactId>
index 45277d9e503310bc21ec7cfc69dfc75099e60d31..b34b3d5c941f08e821ebc5b1e13abdff95b641d9 100644 (file)
       <scope>test</scope>
       <type>test-jar</type>
     </dependency>
-    <dependency>
-      <groupId>org.opendaylight.yangtools</groupId>
-      <artifactId>mockito-configuration</artifactId>
-    </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>config-manager</artifactId>
index 70b5f8948c424865cc6deaee2e3ab146e5f98441..24c27e51be27d267f15d3fc3fdb1ca307e6f5ddf 100644 (file)
             <artifactId>config-api</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>programming-spi</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>topology-api</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.tcpmd5</groupId>
             <artifactId>tcpmd5-api</artifactId>