aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhh <jorge.hernandez-herrero@att.com>2021-12-14 15:39:29 -0600
committerJorge Hernandez <jorge.hernandez-herrero@att.com>2021-12-14 22:47:45 +0000
commitecb9bf6949805cfd177344557e2578694c554a24 (patch)
treec6a442563ca7c6293b866886e5769da31cd34a1f
parent38653721aa95139ecc79b0137b9c3b9a67dba433 (diff)
remove apache-log4j-extras deps from endpoints
Issue-ID: POLICY-3862 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I7f8f42e2980fb8f545773599f5ebecabaacf7234 (cherry picked from commit aa02f4cf3edb2f382dbfa810abc44c781d30ba4d)
-rw-r--r--policy-endpoints/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml
index bfbf4ec8..8f34e01c 100644
--- a/policy-endpoints/pom.xml
+++ b/policy-endpoints/pom.xml
@@ -104,6 +104,10 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
+ <exclusion>
+ <artifactId>apache-log4j-extras</artifactId>
+ <groupId>log4j</groupId>
+ </exclusion>
</exclusions>
</dependency>