aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhh <jorge.hernandez-herrero@att.com>2021-12-14 15:39:29 -0600
committerjhh <jorge.hernandez-herrero@att.com>2021-12-14 15:40:56 -0600
commitaa02f4cf3edb2f382dbfa810abc44c781d30ba4d (patch)
treec280696d13e04c86073998a0a7fead76ed02d1ff
parentdc850de10f10c4307fcbc32bd97f9325a07e7709 (diff)
remove apache-log4j-extras deps from endpoints
Issue-ID: POLICY-3862 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I7f8f42e2980fb8f545773599f5ebecabaacf7234
-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 9f8d517a..2b636652 100644
--- a/policy-endpoints/pom.xml
+++ b/policy-endpoints/pom.xml
@@ -103,6 +103,10 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
+ <exclusion>
+ <artifactId>apache-log4j-extras</artifactId>
+ <groupId>log4j</groupId>
+ </exclusion>
</exclusions>
</dependency>