Replace mockito-all by mockito-core (see Bug 7662)
[controller.git] / opendaylight / md-sal / sal-clustering-commons / pom.xml
index 815b9a6e37f8f4655f51c43298732a20089cbe02..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>
@@ -88,7 +88,7 @@
     <!-- Google -->
     <dependency>
       <groupId>com.google.code.findbugs</groupId>
-      <artifactId>jsr305</artifactId>
+      <artifactId>annotations</artifactId>
     </dependency>
     <dependency>
       <groupId>com.google.guava</groupId>