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-distributed-locking/pom.xml | |
parent | 7b8c6ae7c70a2ba0e699e92cbe42b21078958d6b (diff) | |
parent | eac53deaf9aec175e36f32bef30919392227f8e5 (diff) |
Merge "Add junit coverage to drools-pdp"
Diffstat (limited to 'feature-distributed-locking/pom.xml')
-rw-r--r-- | feature-distributed-locking/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/feature-distributed-locking/pom.xml b/feature-distributed-locking/pom.xml index a7eeed6d..0c61e34c 100644 --- a/feature-distributed-locking/pom.xml +++ b/feature-distributed-locking/pom.xml @@ -119,6 +119,11 @@ <scope>test</scope> </dependency> <dependency> + <groupId>org.powermock</groupId> + <artifactId>powermock-api-mockito</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <scope>test</scope> |