Replace mockito-all by mockito-core (see Bug 7662)
[controller.git] / opendaylight / md-sal / samples / toaster-provider / pom.xml
index de81d9f789644a96814fa576cbe35571f9235338..a413061d837f2d7b68db082b65dca77beffd6578 100644 (file)
@@ -56,7 +56,7 @@
     <!-- used to mock up classes -->
      <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
+      <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>