diff options
author | Sébastien Determe <sebastien.determe@intl.att.com> | 2020-03-24 01:03:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-24 01:03:42 +0000 |
commit | 3d4559c3c9f2245927bfe127525ff976ebdbb025 (patch) | |
tree | 9f73d6d210d59d2b991c2e80e84dc9617a0fa3c1 /pom.xml | |
parent | ca4fbfc2d215ff458b940b70fb58bbf9a8c55beb (diff) | |
parent | ad6ab00738a390052e6625299126088f0eddf107 (diff) |
Merge "log4j security issue"
Diffstat (limited to 'pom.xml')
-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> |