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