Remove explicit mockito version 41/36141/1
authorLorand Jakab <lojakab@cisco.com>
Fri, 11 Mar 2016 19:29:52 +0000 (11:29 -0800)
committerLorand Jakab <lojakab@cisco.com>
Fri, 11 Mar 2016 19:29:52 +0000 (11:29 -0800)
The version is defined in a <dependencyManagement> section in one of our
upstream poms, and we shouldn't override it.

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

index 889d7f2b3113d1b1fff9495e7942b8831de21bce..a012deb6e9111505054268d26ba51cb7a890a4c6 100644 (file)
@@ -20,7 +20,6 @@
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-all</artifactId>
-      <version>1.10.19</version>
       <scope>test</scope>
     </dependency>
   </dependencies>