Replace mockito-all by mockito-core (see Bug 7662) 69/50869/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 18:58:43 +0000 (19:58 +0100)
Change-Id: I897ca24b64ef078cabfde442620fd41fe7a804da
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
binding/mdsal-binding-api/pom.xml
binding/mdsal-binding-dom-adapter/pom.xml
dom/mdsal-dom-api/pom.xml
entityownership/mdsal-eos-binding-adapter/pom.xml
singleton-service/mdsal-singleton-dom-impl/pom.xml

index 8986b0ad6b416a7991835d2d6b4945362d68992a..93dd3e97addcab4aad538bedf6e97a8ab8285d3b 100644 (file)
@@ -81,7 +81,7 @@
         </dependency>
         <dependency>
             <groupId>org.mockito</groupId>
-            <artifactId>mockito-all</artifactId>
+            <artifactId>mockito-core</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>
index 24eced10101ba2a3f3c099ab2e9022e75f5d7b6e..4cb8fba78007476924dc7edef5b949e31b4dfa71 100644 (file)
@@ -98,7 +98,7 @@
         </dependency>
         <dependency>
             <groupId>org.mockito</groupId>
-            <artifactId>mockito-all</artifactId>
+            <artifactId>mockito-core</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>
index a28f1146278aeb220de866e7567109d310203cc5..53001049a595246b9088a9fb3d481373bf34ac86 100644 (file)
@@ -70,7 +70,7 @@
         </dependency>
         <dependency>
             <groupId>org.mockito</groupId>
-            <artifactId>mockito-all</artifactId>
+            <artifactId>mockito-core</artifactId>
             <scope>test</scope>
         </dependency>
     </dependencies>
index 99f0f77096329deb2eb6d4ed3453a2951ac2a206..91d387d769725d64472c3df3e1b557a254694b2d 100644 (file)
@@ -85,7 +85,7 @@
         </dependency>
         <dependency>
             <groupId>org.mockito</groupId>
-            <artifactId>mockito-all</artifactId>
+            <artifactId>mockito-core</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>
index 81903539a3e17b9f48c85dcec4776be852a419ee..786467c3fd471042efa3d79e38bf1db7de4def23 100644 (file)
@@ -77,7 +77,7 @@
         </dependency>
         <dependency>
             <groupId>org.mockito</groupId>
-            <artifactId>mockito-all</artifactId>
+            <artifactId>mockito-core</artifactId>
             <scope>test</scope>
         </dependency>
     </dependencies>