Replace mockito-all by mockito-core (see Bug 7662)
[controller.git] / opendaylight / md-sal / messagebus-util / pom.xml
index 6679d3c1d84ea7f2332a2689aeffb4fbd1b8e7ef..bb407683186e8432302c4a162dffbc7de82196cd 100644 (file)
@@ -48,11 +48,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <dependency>
               <groupId>org.glassfish.jersey.test-framework.providers</groupId>
               <artifactId>jersey-test-framework-provider-grizzly2</artifactId>
+              <version>2.4</version>
               <scope>test</scope>
         </dependency>
         <dependency>
               <groupId>org.mockito</groupId>
-              <artifactId>mockito-all</artifactId>
+              <artifactId>mockito-core</artifactId>
               <scope>test</scope>
         </dependency>
     </dependencies>