diff options
author | waqas.ikram <waqas.ikram@est.tech> | 2021-08-05 16:10:22 +0100 |
---|---|---|
committer | waqas.ikram <waqas.ikram@est.tech> | 2021-08-06 16:31:32 +0100 |
commit | 3e571ecf69e1521f30ee8c7b8a31373c41cf6dda (patch) | |
tree | c7e3077edca970a57cc6359218fac6e367685cfb /so-etsi-nfvo-ns-lcm/so-etsi-nfvo-ns-lcm-bpmn-flows/pom.xml | |
parent | cf5385bbb71c92bc3ea6864a5e4f4d1fccb1ddc7 (diff) |
Fixing vulnerabilities
Change-Id: I5d8df0acb99fcb1b4bd4a626ef047bd90ecc7b18
Issue-ID: SO-3728
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
Diffstat (limited to 'so-etsi-nfvo-ns-lcm/so-etsi-nfvo-ns-lcm-bpmn-flows/pom.xml')
-rw-r--r-- | so-etsi-nfvo-ns-lcm/so-etsi-nfvo-ns-lcm-bpmn-flows/pom.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/so-etsi-nfvo-ns-lcm/so-etsi-nfvo-ns-lcm-bpmn-flows/pom.xml b/so-etsi-nfvo-ns-lcm/so-etsi-nfvo-ns-lcm-bpmn-flows/pom.xml index c2f7ebd..679eb1c 100644 --- a/so-etsi-nfvo-ns-lcm/so-etsi-nfvo-ns-lcm-bpmn-flows/pom.xml +++ b/so-etsi-nfvo-ns-lcm/so-etsi-nfvo-ns-lcm-bpmn-flows/pom.xml @@ -113,7 +113,6 @@ <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-contract-wiremock</artifactId> - <version>${springframework-wiremock-version}</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> @@ -124,6 +123,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>
\ No newline at end of file |