Replace mockito-all by mockito-core (see Bug 7662)
[controller.git] / opendaylight / md-sal / sal-binding-broker / pom.xml
index 98bd4906d76e4ea598153a273988b267601d1bc0..f83f4d70008d8403a7525a3764c3d1e331b1db2f 100644 (file)
@@ -75,7 +75,7 @@
     </dependency>
     <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
+      <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>