diff options
author | JulienBe <jb379x@att.com> | 2020-03-23 17:37:33 +0100 |
---|---|---|
committer | JulienBe <jb379x@att.com> | 2020-03-23 17:41:05 +0100 |
commit | ad6ab00738a390052e6625299126088f0eddf107 (patch) | |
tree | b55756bb70a700cb59dbc0c438a9c2622729b771 | |
parent | c405a83ec84c2bc1c090f06f9ac6207469e09cbb (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
-rw-r--r-- | pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -428,6 +428,10 @@ <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> </exclusion> + <exclusion> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + </exclusion> </exclusions> </dependency> <dependency> |