diff options
author | Liam Fallon <liam.fallon@ericsson.com> | 2018-10-02 21:02:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-10-02 21:02:28 +0000 |
commit | 20072cb15807ec8633f9a197f2475206cce01fcd (patch) | |
tree | 52f0350627e0739fc26f93fd24b1e26f761505c1 /feature-test-transaction/pom.xml | |
parent | 7b8c6ae7c70a2ba0e699e92cbe42b21078958d6b (diff) | |
parent | eac53deaf9aec175e36f32bef30919392227f8e5 (diff) |
Merge "Add junit coverage to drools-pdp"
Diffstat (limited to 'feature-test-transaction/pom.xml')
-rw-r--r-- | feature-test-transaction/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/feature-test-transaction/pom.xml b/feature-test-transaction/pom.xml index f16a50f2..2848e733 100644 --- a/feature-test-transaction/pom.xml +++ b/feature-test-transaction/pom.xml @@ -134,5 +134,10 @@ <artifactId>junit</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.powermock</groupId> + <artifactId>powermock-api-mockito</artifactId> + <scope>test</scope> + </dependency> </dependencies> </project> |