Merge "log4j security issue"
authorSébastien Determe <sebastien.determe@intl.att.com>
Tue, 24 Mar 2020 01:03:42 +0000 (01:03 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 24 Mar 2020 01:03:42 +0000 (01:03 +0000)
pom.xml

diff --git a/pom.xml b/pom.xml
index cb49485..02ac6dd 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                        <groupId>javax.servlet</groupId>
                                        <artifactId>servlet-api</artifactId>
                                </exclusion>
+                               <exclusion>
+                                       <groupId>log4j</groupId>
+                                       <artifactId>log4j</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>
                <dependency>