Replace mockito-all by mockito-core (see Bug 7662)
[controller.git] / opendaylight / md-sal / sal-clustering-commons / pom.xml
index c1cb2d1db6df5c13773b02290a52e4b6c60af658..1d866a12fc6b03b204b21dfe2cb7ca51c5c1f58b 100644 (file)
@@ -25,7 +25,7 @@
 
     <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
+      <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>