aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Dysko <igor1.dysko@orange.com>2021-07-21 14:39:08 +0200
committerIgor Dysko <igor1.dysko@orange.com>2021-07-21 14:39:08 +0200
commit1f2bf6e92830e263d23d891b67a73913f707e903 (patch)
tree99a425489f4a85b1b933dbae3dc4b9ea5a017ff1
parent944bfda5bb621ef0f6d5be74debb2bba6369588b (diff)
Elimination of Security Vulnerabilities in GraphGraph Dependencies
Removal of log4j. Issue-ID: AAI-3360 Signed-off-by: Igor Dysko <igor1.dysko@orange.com> Change-Id: Ie4289055ae649876781b8054d8d90cabb4b0e93c
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index b90e919..645f665 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,6 +44,10 @@
<groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-schema-ingest</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>