Replace mockito-all by mockito-core (see Bug 7662)
[controller.git] / opendaylight / md-sal / messagebus-util / pom.xml
index 3da6b70d1d8b734443424315a5111dca83093e3c..bb407683186e8432302c4a162dffbc7de82196cd 100644 (file)
@@ -53,7 +53,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>