aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJulienBe <jb379x@att.com>2020-03-23 17:37:33 +0100
committerJulienBe <jb379x@att.com>2020-03-23 17:41:05 +0100
commitad6ab00738a390052e6625299126088f0eddf107 (patch)
treeb55756bb70a700cb59dbc0c438a9c2622729b771 /pom.xml
parentc405a83ec84c2bc1c090f06f9ac6207469e09cbb (diff)
log4j security issue
aaf-cadi-aaf comes with a 1.2.17 log4j flagged by nexusiq as a security issue Issue-ID: CLAMP-789 Signed-off-by: JulienBe <jb379x@att.com> Change-Id: I99cd29941c12c6d868db90c4f46395216afc57b3
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 633109bc0..c82ddc9af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -428,6 +428,10 @@
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>