From d2d30ee2ba3d29a14585002f360a53e420e8abb6 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 10 Mar 2015 09:52:48 +0100 Subject: [PATCH] Remove duplicate dependency declarations These are declared twice, producing a maven warning. Remove duplicities. Change-Id: Ica73b9220c5815e45591cd1d4a7600b432adee5d Signed-off-by: Robert Varga --- opendaylight/md-sal/sal-binding-broker/pom.xml | 5 ----- .../sal-dummy-distributed-datastore/pom.xml | 5 ----- .../netconf/mdsal-netconf-connector/pom.xml | 4 ---- opendaylight/netconf/netconf-it/pom.xml | 18 +++++++++--------- 4 files changed, 9 insertions(+), 23 deletions(-) diff --git a/opendaylight/md-sal/sal-binding-broker/pom.xml b/opendaylight/md-sal/sal-binding-broker/pom.xml index e95b118e4a..b392eb2402 100644 --- a/opendaylight/md-sal/sal-binding-broker/pom.xml +++ b/opendaylight/md-sal/sal-binding-broker/pom.xml @@ -47,11 +47,6 @@ org.opendaylight.controller sal-core-api - - org.opendaylight.controller - sal-test-model - test - org.opendaylight.yangtools binding-generator-impl diff --git a/opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml b/opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml index 85ae59b161..a8c05a166d 100644 --- a/opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml +++ b/opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml @@ -90,11 +90,6 @@ 2.0.29 - - org.slf4j - slf4j-simple - - diff --git a/opendaylight/netconf/mdsal-netconf-connector/pom.xml b/opendaylight/netconf/mdsal-netconf-connector/pom.xml index aace7c3cb2..809e729752 100644 --- a/opendaylight/netconf/mdsal-netconf-connector/pom.xml +++ b/opendaylight/netconf/mdsal-netconf-connector/pom.xml @@ -59,10 +59,6 @@ org.slf4j slf4j-api - - org.opendaylight.controller - sal-core-api - org.opendaylight.controller config-util diff --git a/opendaylight/netconf/netconf-it/pom.xml b/opendaylight/netconf/netconf-it/pom.xml index 32fc49cefa..90c3e2fbdd 100644 --- a/opendaylight/netconf/netconf-it/pom.xml +++ b/opendaylight/netconf/netconf-it/pom.xml @@ -42,16 +42,16 @@ config-api test - - org.opendaylight.yangtools - object-cache-guava - - - org.opendaylight.yangtools - mockito-configuration - + + org.opendaylight.yangtools + object-cache-guava + + + org.opendaylight.yangtools + mockito-configuration + - + ${project.groupId} config-manager test -- 2.36.6