Replace mockito-all by mockito-core (see Bug 7662) 81/50881/3
authorMichael Vorburger <vorburger@redhat.com>
Mon, 23 Jan 2017 18:58:43 +0000 (19:58 +0100)
committerAnil Vishnoi <vishnoianil@gmail.com>
Fri, 3 Feb 2017 00:48:50 +0000 (00:48 +0000)
Change-Id: Ie67cd9d6b29672cefa581006015ca5d3a53da563
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
hwvtepsouthbound/hwvtepsouthbound-impl/pom.xml
library/impl/pom.xml
utils/hwvtepsouthbound-utils/pom.xml
utils/mdsal-utils/pom.xml

index bbb24bde9115576398db766197dba9b5b50df1e3..bbb15c189f8de99fbb539d0188eafcb463fc3a53 100644 (file)
@@ -67,7 +67,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     </dependency>
     <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
+      <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
       <dependency>
index e1ed7988a92037c20e2fac0f93f124f898954793..eee999a3ee256e9b9aa5d50c9807f195064d9552 100644 (file)
@@ -85,7 +85,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     </dependency>
     <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
+      <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>
index 8351004eab2d3c91801d50fce424f6e8026b746a..189b486ae3c2b8bbaead118156c7432107eb332c 100644 (file)
@@ -47,7 +47,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     </dependency>
     <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
+      <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
   </dependencies>
index 9ffd39b51318427749166eb43b2cd6377594e983..3e68fe6a4ff969ea9b225fea9bc95479da2e822b 100644 (file)
@@ -51,7 +51,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     </dependency>
     <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
+      <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>