diff options
author | vasraz <vasyl.razinkov@est.tech> | 2021-01-20 21:20:28 +0000 |
---|---|---|
committer | Christophe Closset <christophe.closset@intl.att.com> | 2021-01-22 08:16:23 +0000 |
commit | 7c2593303b78cf8df66134d60af7a0efc54e4f13 (patch) | |
tree | bdb7bb483488b58974af5444769fb643a897f833 /catalog-fe | |
parent | 32111c9725557d556a73929898264b4b338bb3d6 (diff) |
Remove vulnerable log4j dependency
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Issue-ID: SDC-3310
Change-Id: I1c31ab30efa7a3d03a08f512024a3967ce024237
Diffstat (limited to 'catalog-fe')
-rw-r--r-- | catalog-fe/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/catalog-fe/pom.xml b/catalog-fe/pom.xml index 17942d2659..65b692dbdb 100644 --- a/catalog-fe/pom.xml +++ b/catalog-fe/pom.xml @@ -244,6 +244,12 @@ <groupId>org.owasp.esapi</groupId> <artifactId>esapi</artifactId> <version>2.2.0.0</version> + <exclusions> + <exclusion> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.onap.portal.sdk</groupId> |