Remove unnecessary mockito dependency 30/39130/1
authorLorand Jakab <lojakab@cisco.com>
Thu, 19 May 2016 19:27:36 +0000 (22:27 +0300)
committerLorand Jakab <lojakab@cisco.com>
Thu, 19 May 2016 19:27:36 +0000 (22:27 +0300)
No need for the mockito dependency declaration in mapcache, since we
already have it in the parent pom. This slipped in dues to the ordering
of the previous patches submitted (cleanup, and map-cache spin-out).

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

index 8347ad7cdc9839c9ace81a2f2bdf47485ad11120..7c3e04a587e3e48831f5baa414b85a81ce9f9458 100644 (file)
       <groupId>${project.groupId}</groupId>
       <artifactId>mappingservice.lisp-proto</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.mockito</groupId>
-      <artifactId>mockito-core</artifactId>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>org.powermock</groupId>
       <artifactId>powermock-api-mockito</artifactId>