From dd06381c2d33c3e19feabd6405aedc4c42b4cf7a Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Mon, 23 Jan 2017 19:58:43 +0100 Subject: [PATCH 1/1] Replace mockito-all by mockito-core (see Bug 7662) Change-Id: Id0be6adaa1c9d07b6b99cd2cde60a02ebd09a3ad Signed-off-by: Michael Vorburger --- netconf/aaa-authn-odl-plugin/pom.xml | 2 +- netconf/netconf-console/pom.xml | 2 +- netconf/netconf-topology-singleton/pom.xml | 2 +- netconf/netconf-topology/pom.xml | 2 +- restconf/sal-rest-docgen/pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/netconf/aaa-authn-odl-plugin/pom.xml b/netconf/aaa-authn-odl-plugin/pom.xml index ead900f5ee..d77d9010eb 100644 --- a/netconf/aaa-authn-odl-plugin/pom.xml +++ b/netconf/aaa-authn-odl-plugin/pom.xml @@ -60,7 +60,7 @@ org.mockito - mockito-all + mockito-core test diff --git a/netconf/netconf-console/pom.xml b/netconf/netconf-console/pom.xml index cd0e12abb4..8b34f0f180 100644 --- a/netconf/netconf-console/pom.xml +++ b/netconf/netconf-console/pom.xml @@ -44,7 +44,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.mockito - mockito-all + mockito-core test diff --git a/netconf/netconf-topology-singleton/pom.xml b/netconf/netconf-topology-singleton/pom.xml index 7be0339a40..25166bd8f2 100644 --- a/netconf/netconf-topology-singleton/pom.xml +++ b/netconf/netconf-topology-singleton/pom.xml @@ -74,7 +74,7 @@ org.mockito - mockito-all + mockito-core test diff --git a/netconf/netconf-topology/pom.xml b/netconf/netconf-topology/pom.xml index ae7679f62b..8af172779a 100644 --- a/netconf/netconf-topology/pom.xml +++ b/netconf/netconf-topology/pom.xml @@ -62,7 +62,7 @@ org.mockito - mockito-all + mockito-core test diff --git a/restconf/sal-rest-docgen/pom.xml b/restconf/sal-rest-docgen/pom.xml index d36a7d6ab9..ee5a518946 100644 --- a/restconf/sal-rest-docgen/pom.xml +++ b/restconf/sal-rest-docgen/pom.xml @@ -108,7 +108,7 @@ org.mockito - mockito-all + mockito-core test -- 2.36.6