diff options
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> |