From: Robert Varga Date: Wed, 16 Jan 2019 11:57:20 +0000 (+0100) Subject: Eliminate unneeded test dependencies X-Git-Tag: release/neon~36^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=12f4246919e55eefc7ab4723d7f0fd19c5345470;p=netconf.git Eliminate unneeded test dependencies These dependencies are declared by odlparent, there is no need to repeat them. Change-Id: I2e5faecee173630af746589d50bbc93b982e79d9 Signed-off-by: Robert Varga --- diff --git a/netconf/aaa-authn-odl-plugin/pom.xml b/netconf/aaa-authn-odl-plugin/pom.xml index f8093bd6dc..6131ca775f 100644 --- a/netconf/aaa-authn-odl-plugin/pom.xml +++ b/netconf/aaa-authn-odl-plugin/pom.xml @@ -37,20 +37,6 @@ org.osgi org.osgi.core - provided - - - - - org.slf4j - slf4j-simple - test - - - org.mockito - mockito-core - test - diff --git a/netconf/callhome-provider/pom.xml b/netconf/callhome-provider/pom.xml index dcb4b6fed9..7eb2b1c0fc 100644 --- a/netconf/callhome-provider/pom.xml +++ b/netconf/callhome-provider/pom.xml @@ -40,9 +40,5 @@ callhome-model ${project.version} - - org.mockito - mockito-core - diff --git a/netconf/mdsal-netconf-yang-library/pom.xml b/netconf/mdsal-netconf-yang-library/pom.xml index 24494ec0c5..4fc56a183c 100644 --- a/netconf/mdsal-netconf-yang-library/pom.xml +++ b/netconf/mdsal-netconf-yang-library/pom.xml @@ -47,16 +47,6 @@ com.google.guava guava - - org.mockito - mockito-core - test - - - junit - junit - test - org.opendaylight.yangtools yang-test-util diff --git a/netconf/messagebus-netconf/pom.xml b/netconf/messagebus-netconf/pom.xml index 382e469114..47377cee1d 100644 --- a/netconf/messagebus-netconf/pom.xml +++ b/netconf/messagebus-netconf/pom.xml @@ -67,11 +67,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - - org.mockito - mockito-core - test - org.hamcrest hamcrest-core diff --git a/netconf/netconf-console/pom.xml b/netconf/netconf-console/pom.xml index 678a3c4374..2678901c28 100644 --- a/netconf/netconf-console/pom.xml +++ b/netconf/netconf-console/pom.xml @@ -34,11 +34,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.netconf sal-netconf-connector - - org.mockito - mockito-core - test - org.opendaylight.yangtools yang-test-util diff --git a/netconf/netconf-impl/pom.xml b/netconf/netconf-impl/pom.xml index c617dd19c2..d90d3d9018 100644 --- a/netconf/netconf-impl/pom.xml +++ b/netconf/netconf-impl/pom.xml @@ -86,11 +86,6 @@ org.slf4j slf4j-api - - org.slf4j - slf4j-simple - test - ${project.groupId} netconf-client diff --git a/netconf/netconf-topology-singleton/pom.xml b/netconf/netconf-topology-singleton/pom.xml index c1fffc99de..7009ca52d3 100644 --- a/netconf/netconf-topology-singleton/pom.xml +++ b/netconf/netconf-topology-singleton/pom.xml @@ -107,10 +107,6 @@ test - - org.mockito - mockito-core - com.typesafe.akka akka-testkit_2.12 diff --git a/netconf/yanglib/pom.xml b/netconf/yanglib/pom.xml index dcde35f1cc..8f6e3946e4 100644 --- a/netconf/yanglib/pom.xml +++ b/netconf/yanglib/pom.xml @@ -50,11 +50,6 @@ org.opendaylight.mdsal.binding.model.ietf rfc7895 - - org.mockito - mockito-core - test - org.opendaylight.yangtools yang-parser-impl diff --git a/restconf/restconf-common/pom.xml b/restconf/restconf-common/pom.xml index 84e6b63a38..c1996dd637 100644 --- a/restconf/restconf-common/pom.xml +++ b/restconf/restconf-common/pom.xml @@ -55,11 +55,5 @@ javax.ws.rs javax.ws.rs-api - - - org.mockito - mockito-core - test - diff --git a/restconf/restconf-nb-bierman02/pom.xml b/restconf/restconf-nb-bierman02/pom.xml index b95b7ceb91..9cd37dd097 100644 --- a/restconf/restconf-nb-bierman02/pom.xml +++ b/restconf/restconf-nb-bierman02/pom.xml @@ -154,11 +154,6 @@ jersey-test-framework-provider-grizzly2 test - - org.mockito - mockito-core - test - org.hamcrest hamcrest-core diff --git a/restconf/restconf-nb-rfc8040/pom.xml b/restconf/restconf-nb-rfc8040/pom.xml index 35b9de0d95..ed88e7a2a4 100644 --- a/restconf/restconf-nb-rfc8040/pom.xml +++ b/restconf/restconf-nb-rfc8040/pom.xml @@ -137,11 +137,6 @@ jersey-test-framework-provider-grizzly2 test - - org.mockito - mockito-core - test - org.glassfish.jersey.bundles.repackaged jersey-guava diff --git a/restconf/sal-rest-docgen/pom.xml b/restconf/sal-rest-docgen/pom.xml index 7e984362ad..7dfb1b8f87 100644 --- a/restconf/sal-rest-docgen/pom.xml +++ b/restconf/sal-rest-docgen/pom.xml @@ -82,11 +82,6 @@ org.slf4j slf4j-api - - org.mockito - mockito-core - test - org.opendaylight.yangtools yang-data-api