Import only mockito-core instead of mockito-all
[lispflowmapping.git] / mappingservice / pom.xml
index 6cf913ab4e8cc3760d60da9761d562e4195f15e0..8e5ce262ae8fa745b762847c0ea53b4ea0f53b0b 100644 (file)
     </dependencies>
   </dependencyManagement>
 
+  <dependencies>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-core</artifactId>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
   <build>
     <pluginManagement>
       <plugins>