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:
3865372
)
remove apache-log4j-extras deps from endpoints
61/126261/1
author
jhh
<jorge.hernandez-herrero@att.com>
Tue, 14 Dec 2021 21:39:29 +0000
(15:39 -0600)
committer
Jorge Hernandez
<jorge.hernandez-herrero@att.com>
Tue, 14 Dec 2021 22:47:45 +0000
(22:47 +0000)
Issue-ID: POLICY-3862
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I7f8f42e2980fb8f545773599f5ebecabaacf7234
(cherry picked from commit
aa02f4cf3edb2f382dbfa810abc44c781d30ba4d
)
policy-endpoints/pom.xml
patch
|
blob
|
history
diff --git
a/policy-endpoints/pom.xml
b/policy-endpoints/pom.xml
index
bfbf4ec
..
8f34e01
100644
(file)
--- 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>