Code Review
/
policy
/
common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
dc850de
)
remove apache-log4j-extras deps from endpoints
41/126241/1
author
jhh
<jorge.hernandez-herrero@att.com>
Tue, 14 Dec 2021 21:39:29 +0000
(15:39 -0600)
committer
jhh
<jorge.hernandez-herrero@att.com>
Tue, 14 Dec 2021 21:40:56 +0000
(15:40 -0600)
Issue-ID: POLICY-3862
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I7f8f42e2980fb8f545773599f5ebecabaacf7234
policy-endpoints/pom.xml
patch
|
blob
|
history
diff --git
a/policy-endpoints/pom.xml
b/policy-endpoints/pom.xml
index
9f8d517
..
2b63665
100644
(file)
--- 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>