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:50:01 +0000
commit1d87276e86d485d97bdabee14235e1cec2518a5d (patch)
tree0c04acafb0311e2032f37348cb6602ab7dd1934e
parent4ac0d2e59e48ce73876f01de72d14a4541f5d856 (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 7f9772c0..61b34959 100644
--- a/policy-endpoints/pom.xml
+++ b/policy-endpoints/pom.xml
@@ -96,6 +96,10 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
+ <exclusion>
+ <artifactId>apache-log4j-extras</artifactId>
+ <groupId>log4j</groupId>
+ </exclusion>
</exclusions>
</dependency>