aboutsummaryrefslogtreecommitdiffstats
path: root/so-etsi-sol003-adapter-lcm/so-etsi-sol003-adapter-lcm-service/pom.xml
diff options
context:
space:
mode:
authorMukeshKumar <mukeshsharma@est.tech>2021-08-06 01:00:46 +0100
committerMukesh <mukeshsharma@est.tech>2021-08-06 17:19:37 +0100
commit06b09776f5390fd763a39c9ab1f005e46fc00104 (patch)
tree626e4d818218bca2c53a3b7cb7c0e41c2ac4fed8 /so-etsi-sol003-adapter-lcm/so-etsi-sol003-adapter-lcm-service/pom.xml
parent89792d8a23d8c83d3097becf6459d4b905305b5b (diff)
Fixing vulnerabilities1.9.0
Issue-ID: SO-3726 Signed-off-by: Mukesh <mukeshsharma@est.tech> Change-Id: Ie23b56383c776033d0577fbdafcb4e8746272a1f
Diffstat (limited to 'so-etsi-sol003-adapter-lcm/so-etsi-sol003-adapter-lcm-service/pom.xml')
-rw-r--r--so-etsi-sol003-adapter-lcm/so-etsi-sol003-adapter-lcm-service/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/so-etsi-sol003-adapter-lcm/so-etsi-sol003-adapter-lcm-service/pom.xml b/so-etsi-sol003-adapter-lcm/so-etsi-sol003-adapter-lcm-service/pom.xml
index d400ac5..ccf0b40 100644
--- a/so-etsi-sol003-adapter-lcm/so-etsi-sol003-adapter-lcm-service/pom.xml
+++ b/so-etsi-sol003-adapter-lcm/so-etsi-sol003-adapter-lcm-service/pom.xml
@@ -63,6 +63,16 @@
<groupId>org.onap.so</groupId>
<artifactId>common</artifactId>
<version>${so-core-version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.tomcat</groupId>
+ <artifactId>tomcat-catalina</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.onap.so</groupId>