From: Thanh Ha Date: Fri, 12 Dec 2014 02:13:53 +0000 (-0500) Subject: Remove duplicate dependency declarations X-Git-Tag: release/lithium~743 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=3d7647fd6db49078edb141809b25c48005341925 Remove duplicate dependency declarations 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 --- diff --git a/features/neutron/pom.xml b/features/neutron/pom.xml index 59a0af2f89..642ce98351 100644 --- a/features/neutron/pom.xml +++ b/features/neutron/pom.xml @@ -16,10 +16,6 @@ - - org.opendaylight.controller - networkconfig.neutron - org.osgi org.osgi.core @@ -57,11 +53,6 @@ org.opendaylight.yangtools features-test - - org.opendaylight.yangtools - features-test - 0.7.0-SNAPSHOT -