aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMukeshKumar <mukeshsharma@est.tech>2021-08-17 10:56:06 +0100
committerMukesh <mukeshsharma@est.tech>2021-08-17 10:56:25 +0100
commit57723334e50409b719233a237b84fe8b2bc3b5af (patch)
tree9d5acc8306748e061b2bf44aaf64078476973cbd
parent2991403a7d566264ff4fbc0f46bbb10da3e2e3c6 (diff)
Fixing vulnerabilities
Issue-ID: SO-3727 Signed-off-by: Mukesh <mukeshsharma@est.tech> Change-Id: Ie685c13d5b3e4ed3b51c76b5ff9a2732925d0b3b
-rw-r--r--so-admin-cockpit-monitoring-workflow/so-admin-cockpit-monitoring-workflow-handler/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/so-admin-cockpit-monitoring-workflow/so-admin-cockpit-monitoring-workflow-handler/pom.xml b/so-admin-cockpit-monitoring-workflow/so-admin-cockpit-monitoring-workflow-handler/pom.xml
index bd099d6..0e7f466 100644
--- a/so-admin-cockpit-monitoring-workflow/so-admin-cockpit-monitoring-workflow-handler/pom.xml
+++ b/so-admin-cockpit-monitoring-workflow/so-admin-cockpit-monitoring-workflow-handler/pom.xml
@@ -50,6 +50,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>
</dependencies>
</project>