Replace mockito-all by mockito-core (see Bug 7662)
[mdsal.git] / binding / mdsal-binding-api / 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>