From a9fffd2555cc45630ec9be9ce44b3f7ab2ed0241 Mon Sep 17 00:00:00 2001 From: sebdet Date: Thu, 8 Oct 2020 13:28:36 +0200 Subject: Remove the Log4j 1.2.15 Remove the log4j 1.2.15 brought by Sigar library + update ESAPI to support slf4J instead of log4j Issue-ID: SDC-3310 Signed-off-by: sebdet Change-Id: I63cee67d113f51dbe82a64c69629c62b47918103 Signed-off-by: sebdet --- common-app-api/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'common-app-api/pom.xml') diff --git a/common-app-api/pom.xml b/common-app-api/pom.xml index 5b03dfb940..4dbb6ddd4f 100644 --- a/common-app-api/pom.xml +++ b/common-app-api/pom.xml @@ -17,6 +17,12 @@ org.onap.sdc.sdc-be-common security-util-lib ${security.util.lib.version} + + + org.springframework.boot + spring-boot-starter-logging + + @@ -174,6 +180,12 @@ sigar ${sigar.version} provided + + + log4j + log4j + + -- cgit 1.2.3-korg