1. Updated pom.xml for renderer and impl to replace mockito-all with mockito-core
[transportpce.git] / impl / pom.xml
index 838380cc36bbe29963804a1d924656802d02f79a..4767267a36c5529e617933ef4f4ae2da2cfc98d4 100644 (file)
@@ -47,7 +47,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
+      <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
   </dependencies>