From 70228960a9b605d6de401fb94a164286346d770a Mon Sep 17 00:00:00 2001 From: Michal Kabaj Date: Thu, 1 Feb 2018 14:45:28 +0100 Subject: Add missing test dependencies Fix compilation issue for junit tests in appc-data-services/provider appc-dg-mdsal-bundle by adding missing mockito and powermockito dependencies to pom.xml. Change-Id: I21da7648bb59235b384e0e85b3075e1777a7bf36 Issue-ID: APPC-559 Signed-off-by: Michal Kabaj --- appc-config/appc-data-services/provider/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'appc-config/appc-data-services/provider') diff --git a/appc-config/appc-data-services/provider/pom.xml b/appc-config/appc-data-services/provider/pom.xml index 86464eb07..85064d009 100644 --- a/appc-config/appc-data-services/provider/pom.xml +++ b/appc-config/appc-data-services/provider/pom.xml @@ -68,6 +68,10 @@ junit test + + org.mockito + mockito-core + com.fasterxml.jackson.core jackson-databind -- cgit 1.2.3-korg