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