Replace mockito-all by mockito-core (see Bug 7662)
[controller.git] / opendaylight / md-sal / sal-remoterpc-connector / pom.xml
index 260aa36daa34dcc9324807c4365165dea73bc088..7563d06c4fb21086a499069f2b740c49c1b4526d 100644 (file)
         </dependency>
         <dependency>
             <groupId>org.mockito</groupId>
-            <artifactId>mockito-all</artifactId>
+            <artifactId>mockito-core</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>