summaryrefslogtreecommitdiffstats
path: root/feature-healthcheck/pom.xml
diff options
context:
space:
mode:
authorLiam Fallon <liam.fallon@ericsson.com>2018-10-02 21:02:28 +0000
committerGerrit Code Review <gerrit@onap.org>2018-10-02 21:02:28 +0000
commit20072cb15807ec8633f9a197f2475206cce01fcd (patch)
tree52f0350627e0739fc26f93fd24b1e26f761505c1 /feature-healthcheck/pom.xml
parent7b8c6ae7c70a2ba0e699e92cbe42b21078958d6b (diff)
parenteac53deaf9aec175e36f32bef30919392227f8e5 (diff)
Merge "Add junit coverage to drools-pdp"
Diffstat (limited to 'feature-healthcheck/pom.xml')
-rw-r--r--feature-healthcheck/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/feature-healthcheck/pom.xml b/feature-healthcheck/pom.xml
index 3ed46abc..17a5053a 100644
--- a/feature-healthcheck/pom.xml
+++ b/feature-healthcheck/pom.xml
@@ -154,6 +154,11 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.powermock</groupId>
+ <artifactId>powermock-api-mockito</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>