aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSébastien Determe <sebastien.determe@intl.att.com>2020-03-24 01:03:42 +0000
committerGerrit Code Review <gerrit@onap.org>2020-03-24 01:03:42 +0000
commit3d4559c3c9f2245927bfe127525ff976ebdbb025 (patch)
tree9f73d6d210d59d2b991c2e80e84dc9617a0fa3c1 /pom.xml
parentca4fbfc2d215ff458b940b70fb58bbf9a8c55beb (diff)
parentad6ab00738a390052e6625299126088f0eddf107 (diff)
Merge "log4j security issue"
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 cb494853a..02ac6dddb 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>