Must always use mockito-core instead of mockito-all
[yangtools.git] / common / testutils / pom.xml
index d3b8b961c31e916868607fc2938d2a245b90e804..76972c761a388c7bebe7f657e8ed6c9c80e5e443 100644 (file)
@@ -51,7 +51,7 @@
     </dependency>
     <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
+      <artifactId>mockito-core</artifactId>
       <scope>compile</scope>
     </dependency>
     <dependency>