aboutsummaryrefslogtreecommitdiffstats
path: root/appc-config/appc-data-services
diff options
context:
space:
mode:
authorMichal Kabaj <michal.kabaj@nokia.com>2018-02-01 14:45:28 +0100
committerPatrick Brady <pb071s@att.com>2018-02-02 21:14:04 +0000
commit70228960a9b605d6de401fb94a164286346d770a (patch)
tree7d987546b546a7c4188c7b06c98b3271b8c26730 /appc-config/appc-data-services
parent72931ce2fe5005f7855f1e2ce35fc67d6b10f4dc (diff)
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 <michal.kabaj@nokia.com>
Diffstat (limited to 'appc-config/appc-data-services')
-rw-r--r--appc-config/appc-data-services/provider/pom.xml4
1 files changed, 4 insertions, 0 deletions
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
@@ -69,6 +69,10 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ </dependency>
+ <dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>