Replace mockito-all by mockito-core (see Bug 7662)
[controller.git] / opendaylight / md-sal / sal-binding-broker / pom.xml
index 1e53fe20738ec16715c67570f2a48e94c9e60832..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>
       <artifactId>truth</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.opendaylight.yangtools</groupId>
-      <artifactId>yang-parser-impl</artifactId>
-      <scope>test</scope>
-    </dependency>
 
     <dependency>
       <groupId>org.opendaylight.controller</groupId>