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 ++++ .../appc-dg-mdsal-store/appc-dg-mdsal-bundle/pom.xml | 12 ++++++++++++ 2 files changed, 16 insertions(+) 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 diff --git a/appc-dg/appc-dg-shared/appc-dg-mdsal-store/appc-dg-mdsal-bundle/pom.xml b/appc-dg/appc-dg-shared/appc-dg-mdsal-store/appc-dg-mdsal-bundle/pom.xml index 9a16ca65a..ed4985e72 100644 --- a/appc-dg/appc-dg-shared/appc-dg-mdsal-store/appc-dg-mdsal-bundle/pom.xml +++ b/appc-dg/appc-dg-shared/appc-dg-mdsal-store/appc-dg-mdsal-bundle/pom.xml @@ -135,6 +135,18 @@ junit test + + org.mockito + mockito-core + + + org.powermock + powermock-api-mockito + + + org.powermock + powermock-module-junit4 + org.opendaylight.controller config-api -- cgit 1.2.3-korg