From 4f6e038dcacd069730d7869c3d0ff9ee5557dfc6 Mon Sep 17 00:00:00 2001 From: Hai Liang Wang Date: Wed, 19 Jul 2023 08:54:21 +0800 Subject: [PATCH] https://github.com/cskefu/cskefu/issues/861 add dep Log4j 1.x bridge Signed-off-by: Hai Liang Wang --- contact-center/root/pom.xml | 29 +++++++++++++++++++++++------ 1 file changed, 23 insertions(+), 6 deletions(-) diff --git a/contact-center/root/pom.xml b/contact-center/root/pom.xml index bf6a56ea..4d2d94b3 100644 --- a/contact-center/root/pom.xml +++ b/contact-center/root/pom.xml @@ -1,6 +1,6 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 com.cskefu.cc cc-root @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent 3.1.0 - + @@ -182,13 +182,15 @@ spring-boot-starter-actuator - + org.springframework.boot spring-boot-starter-hateoas - + io.micrometer micrometer-registry-prometheus @@ -417,6 +419,21 @@ 2.3.1 + + + org.apache.logging.log4j + log4j-core + 2.20.0 + + + + + + org.apache.logging.log4j + log4j-1.2-api + 2.20.0 + + junit @@ -467,4 +484,4 @@ Asia/Shanghai - + \ No newline at end of file