Import only mockito-core instead of mockito-all 49/39049/3
authorLorand Jakab <lojakab@cisco.com>
Wed, 18 May 2016 14:20:06 +0000 (17:20 +0300)
committerLorand Jakab <lojakab@cisco.com>
Wed, 18 May 2016 16:20:57 +0000 (19:20 +0300)
Also, move up the dependency to mappingservice/pom.xml, since we're
using it everywhere.

Change-Id: Ib6886dfb25e6b4ce5f43279f474d9b7679ee1ad2
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
mappingservice/implementation/pom.xml
mappingservice/inmemorydb/pom.xml
mappingservice/lisp-proto/pom.xml
mappingservice/pom.xml

index 53d77126a7897b7ec9a42d82234fd073b56aa968..6e9320d1e55fb8508907cafa3f04f10d9e4910d7 100644 (file)
       <groupId>junit-addons</groupId>
       <artifactId>junit-addons</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>org.powermock</groupId>
       <artifactId>powermock-api-mockito</artifactId>
index a012deb6e9111505054268d26ba51cb7a890a4c6..47a8934ed3beb5681ee622b057868316ac2d93fc 100644 (file)
       <groupId>${project.groupId}</groupId>
       <artifactId>mappingservice.api</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
 
   <!--
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>
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>