From 5eced1b6c66abc8f22a5be5338a827452e64cb0f Mon Sep 17 00:00:00 2001 From: Lorand Jakab Date: Thu, 19 May 2016 22:27:36 +0300 Subject: [PATCH] Remove unnecessary mockito dependency 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 --- mappingservice/mapcache/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mappingservice/mapcache/pom.xml b/mappingservice/mapcache/pom.xml index 8347ad7cd..7c3e04a58 100644 --- a/mappingservice/mapcache/pom.xml +++ b/mappingservice/mapcache/pom.xml @@ -21,11 +21,6 @@ ${project.groupId} mappingservice.lisp-proto - - org.mockito - mockito-core - test - org.powermock powermock-api-mockito -- 2.36.6