diff options
author | Jim Hahn <jrh3@att.com> | 2020-06-29 21:50:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-06-29 21:50:11 +0000 |
commit | ff55b6ca2768b04b69b248ad02f3a2132e12c4d4 (patch) | |
tree | 5b9ddd46a588d8099b71de21f3e862157ea952f6 /feature-active-standby-management/pom.xml | |
parent | 1793d0ca9245e2ff0253274dc2cdf35d7fdf89c2 (diff) | |
parent | 4db153845cb0671b86d77eca59d1472c454a4269 (diff) |
Merge "feature-eelf: eelf-core from: 1.0.0 -> 2.0.0-oss"
Diffstat (limited to 'feature-active-standby-management/pom.xml')
-rw-r--r-- | feature-active-standby-management/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/feature-active-standby-management/pom.xml b/feature-active-standby-management/pom.xml index 96bb3c0c..46d987cc 100644 --- a/feature-active-standby-management/pom.xml +++ b/feature-active-standby-management/pom.xml @@ -173,6 +173,11 @@ <artifactId>assertj-core</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.powermock</groupId> + <artifactId>powermock-api-mockito2</artifactId> + <scope>test</scope> + </dependency> </dependencies> </project> |