Replace mockito-all by mockito-core (see Bug 7662)
[groupbasedpolicy.git] / ip-sgt-distribution-service / pom.xml
index 9d147c0e3dd13106372cc7234fd74567af6d9496..40046ca6aa10bf9fa51754062159a5f8d4f9735c 100644 (file)
@@ -92,7 +92,7 @@
         </dependency>
         <dependency>
             <groupId>org.mockito</groupId>
-            <artifactId>mockito-all</artifactId>
+            <artifactId>mockito-core</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>