diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2020-06-29 10:05:10 -0500 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2020-06-29 14:32:20 -0500 |
commit | 4db153845cb0671b86d77eca59d1472c454a4269 (patch) | |
tree | b21cf738207a3d9011ba1751db17bf68c85630e6 /feature-active-standby-management | |
parent | 9216163ead0c64653544dc674992e485ad98549b (diff) |
feature-eelf: eelf-core from: 1.0.0 -> 2.0.0-oss
Issue-ID: POLICY-2387
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I29d4f07d990797a470bce0898ca67741974f1c00
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Diffstat (limited to 'feature-active-standby-management')
-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> |