aboutsummaryrefslogtreecommitdiffstats
path: root/prh-aai-client/pom.xml
diff options
context:
space:
mode:
authorLukasz Muszkieta <lukasz.muszkieta@nokia.com>2018-03-30 16:23:59 +0200
committerLukasz Muszkieta <lukasz.muszkieta@nokia.com>2018-03-30 16:27:39 +0200
commit8779df0bbfdeb49350bd132cd41c6d81c6f6119c (patch)
treec9f244e446bf8a99012d22ba38e9cf316473e979 /prh-aai-client/pom.xml
parentf355da4d8a2f3fd3b46652d7562469af505f7f27 (diff)
add junit
Change-Id: I759aeeb64085dbe72883a942971bffc8e03515f7 Issue-ID: DCAEGEN2-407 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
Diffstat (limited to 'prh-aai-client/pom.xml')
-rw-r--r--prh-aai-client/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/prh-aai-client/pom.xml b/prh-aai-client/pom.xml
index 6a40d32c..eaed6096 100644
--- a/prh-aai-client/pom.xml
+++ b/prh-aai-client/pom.xml
@@ -105,6 +105,11 @@
<artifactId>junit-vintage-engine</artifactId>
<scope>test</scope>
</dependency>
-
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <version>2.16.0</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>