Replace mockito-all by mockito-core (see Bug 7662)
[controller.git] / opendaylight / md-sal / messagebus-impl / pom.xml
index 19fcf0616c294acd12971149ab260ae79fdf2777..aeae06aa7c3bf0afce49605b34598d23824e62f0 100644 (file)
@@ -76,7 +76,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         </dependency>
         <dependency>
               <groupId>org.mockito</groupId>
-              <artifactId>mockito-all</artifactId>
+              <artifactId>mockito-core</artifactId>
               <scope>test</scope>
         </dependency>
     </dependencies>