Import only mockito-core instead of mockito-all
[lispflowmapping.git] / mappingservice / lisp-proto / pom.xml
index 55efd0ad070058aad0301e939a636dcef5d1bc8b..39e1999002701d4b4f6f98c0f125a7f42813f1d6 100644 (file)
@@ -52,7 +52,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>