summaryrefslogtreecommitdiffstats
path: root/mso-api-handlers/mso-api-handler-infra
diff options
context:
space:
mode:
authorSeshu Kumar M <seshu.kumar.m@huawei.com>2020-08-03 11:25:08 +0000
committerGerrit Code Review <gerrit@onap.org>2020-08-03 11:25:08 +0000
commitfbe9971f99989c59d84f434f884b4f2ebc8e1f03 (patch)
tree4d431e30ff2f7ef9072e7ed24e86527e33c0adab /mso-api-handlers/mso-api-handler-infra
parent57447eb2210e8d15f0f20c7f1b6b1a53db558102 (diff)
parentf70e8decf13e2966b02649699db07e11d190463d (diff)
Merge "Fix SO Security vulnerabilities"
Diffstat (limited to 'mso-api-handlers/mso-api-handler-infra')
-rw-r--r--mso-api-handlers/mso-api-handler-infra/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/mso-api-handlers/mso-api-handler-infra/pom.xml b/mso-api-handlers/mso-api-handler-infra/pom.xml
index afb734d46e..eb7b73caab 100644
--- a/mso-api-handlers/mso-api-handler-infra/pom.xml
+++ b/mso-api-handlers/mso-api-handler-infra/pom.xml
@@ -244,6 +244,10 @@
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>