aboutsummaryrefslogtreecommitdiffstats
path: root/integrity-audit
diff options
context:
space:
mode:
authorjhh <jorge.hernandez-herrero@att.com>2020-06-29 09:54:06 -0500
committerjhh <jorge.hernandez-herrero@att.com>2020-06-29 09:54:06 -0500
commit4481ccf9691d125dd8fb9c3bf799fdf072833211 (patch)
tree402977850373730c0fabc80fdced9a0e17fe0bc8 /integrity-audit
parent4cdfdf4fa218a3b4f7e9690355db85976bc1888d (diff)
upgrade eelf-core dependency: 1.0.0 -> 2.0.0-oss
Issue-ID: POLICY-2387 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I837c2e958a388e8b6f2df2aff9f995359e44ad62
Diffstat (limited to 'integrity-audit')
-rw-r--r--integrity-audit/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/integrity-audit/pom.xml b/integrity-audit/pom.xml
index 86f5db11..0389569b 100644
--- a/integrity-audit/pom.xml
+++ b/integrity-audit/pom.xml
@@ -44,6 +44,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.powermock</groupId>
+ <artifactId>powermock-api-mockito2</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-ext</artifactId>
<version>1.8.0-beta4</version>