Replace mockito-all by mockito-core (see Bug 7662)
[controller.git] / opendaylight / md-sal / mdsal-it-parent / pom.xml
index 72e0dbaba6e9551ced97ca90092d62b2baadeb4b..eaa3d6b8b5e352123380e9c28661545965bc1d8e 100644 (file)
@@ -83,7 +83,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <!-- Testing Dependencies -->
     <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
+      <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
   </dependencies>