Replace mockito-all by mockito-core (see Bug 7662) 72/50872/1
authorMichael Vorburger <vorburger@redhat.com>
Mon, 23 Jan 2017 18:58:43 +0000 (19:58 +0100)
committerMichael Vorburger <vorburger@redhat.com>
Mon, 23 Jan 2017 19:04:15 +0000 (20:04 +0100)
Change-Id: Id0be6adaa1c9d07b6b99cd2cde60a02ebd09a3ad
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
netconf/aaa-authn-odl-plugin/pom.xml
netconf/netconf-console/pom.xml
netconf/netconf-topology-singleton/pom.xml
netconf/netconf-topology/pom.xml
restconf/sal-rest-docgen/pom.xml

index ead900f5ee503b518af4eb2c0ee543936433a652..d77d9010eba6806fc3875d0509bd4c54341240cf 100644 (file)
@@ -60,7 +60,7 @@
         </dependency>
         <dependency>
             <groupId>org.mockito</groupId>
-            <artifactId>mockito-all</artifactId>
+            <artifactId>mockito-core</artifactId>
             <scope>test</scope>
         </dependency>
     </dependencies>
index cd0e12abb46a4f3ed453b60522c27082da4fa952..8b34f0f180c98b4c63bf48dd0cb01a3b3e8fd10e 100644 (file)
@@ -44,7 +44,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       </dependency>
       <dependency>
           <groupId>org.mockito</groupId>
-          <artifactId>mockito-all</artifactId>
+          <artifactId>mockito-core</artifactId>
           <scope>test</scope>
       </dependency>
       <dependency>
index 7be0339a40c13552ed08413295ad6f9733c42135..25166bd8f2316dc55b1566d11cab9b0104b43ac8 100644 (file)
@@ -74,7 +74,7 @@
         </dependency>
         <dependency>
             <groupId>org.mockito</groupId>
-            <artifactId>mockito-all</artifactId>
+            <artifactId>mockito-core</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>
index ae7679f62be5ec733cff35ec327e8be0c7ab6eca..8af172779a8634e9d22a0d121c68322642ab45c0 100644 (file)
@@ -62,7 +62,7 @@
         </dependency>
         <dependency>
             <groupId>org.mockito</groupId>
-            <artifactId>mockito-all</artifactId>
+            <artifactId>mockito-core</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>
index d36a7d6ab95c0742138c1f067c76377df73244b5..ee5a518946436de2f9ac852362599637cf0ed89f 100644 (file)
     </dependency>
     <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
+      <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>