Replace mockito-all by mockito-core (see Bug 7662)
[controller.git] / opendaylight / md-sal / sal-common-impl / pom.xml
index 8dbccb1f1ab611fbbf73aa5def04ec42d3775223..6c8cdbe23d17f8bcce3728eaefa6fd3d20997c16 100644 (file)
@@ -37,7 +37,7 @@
     </dependency>
     <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
+      <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>