Remove duplicate dependency declarations 84/13584/3
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 12 Dec 2014 02:13:53 +0000 (21:13 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 20 Dec 2014 04:48:29 +0000 (23:48 -0500)
org.opendaylight.controller:networkconfig.neutron and
org.opendaylight.yangtools:features-test are declared twice in the pom
file causing Maven to throw warnings.

Change-Id: I32da02be41a5a51ad05c85a0e186549141f38513
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
features/neutron/pom.xml

index 59a0af2f893215582342b67fc0c0852eb16148df..642ce983516b33cc15628aa5c35e8a9aa99ec09c 100644 (file)
   </properties>
 
   <dependencies>
-    <dependency>
-      <groupId>org.opendaylight.controller</groupId>
-      <artifactId>networkconfig.neutron</artifactId>
-    </dependency>
     <dependency>
       <groupId>org.osgi</groupId>
       <artifactId>org.osgi.core</artifactId>
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>features-test</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.opendaylight.yangtools</groupId>
-      <artifactId>features-test</artifactId>
-      <version>0.7.0-SNAPSHOT</version>
-    </dependency>
   </dependencies>
 
   <build>