Replace mockito-all by mockito-core (see Bug 7662) 88/50888/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:07:32 +0000 (20:07 +0100)
Change-Id: Ie5b95b6614a6d1ac4994e34f2f4d311297f712e9
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
cisco-xr-driver/pom.xml
cli/pom.xml
impl/pom.xml
netvirt/pom.xml

index baf9c7863def953aa9ae67d9efac6a18425a8338..f1791d927597ceefb1a39faf1319f1eb3b041263 100644 (file)
@@ -74,7 +74,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
         <dependency>
             <groupId>org.mockito</groupId>
-            <artifactId>mockito-all</artifactId>
+            <artifactId>mockito-core</artifactId>
             <scope>test</scope>
         </dependency>
 
index e72ddeaab313c4813fdadb2de1fe5298003a386e..4e71fa664b451557aa8a7d35fed04a1f5fe6dbb9 100644 (file)
@@ -42,7 +42,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
     <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
+      <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
 
index 8449913cb1f332353d14825643665d3f07a66f76..6f4fbe51d8a81dff2d61c997df71afc0a1da40ed 100644 (file)
@@ -98,7 +98,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
         <dependency>
             <groupId>org.mockito</groupId>
-            <artifactId>mockito-all</artifactId>
+            <artifactId>mockito-core</artifactId>
             <scope>test</scope>
         </dependency>
 
index 7916fa8db0608da87862f394e8a26abddb537ad9..427378104c19136a3ca32430e596ff1122d04a0f 100644 (file)
@@ -97,7 +97,7 @@
 
     <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
+      <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>