From bfdbee7c51199cef883ff9ba9244a21a7d19b323 Mon Sep 17 00:00:00 2001 From: ZhouJinsong Date: Wed, 28 Feb 2024 15:27:34 +0800 Subject: [PATCH] [Hotfix] Dependent on log4j2 related packages in compile scope in the `ams-server` module (#2582) Dependent on log4j2 related packages in compile scope in ams-server module --- ams/server/pom.xml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/ams/server/pom.xml b/ams/server/pom.xml index d1a7b443fb..a7670737a3 100644 --- a/ams/server/pom.xml +++ b/ams/server/pom.xml @@ -215,12 +215,27 @@ org.apache.logging.log4j - log4j-1.2-api + log4j-slf4j-impl + compile org.apache.logging.log4j - log4j-slf4j-impl + log4j-api + compile + + + + org.apache.logging.log4j + log4j-core + compile + + + + + org.apache.logging.log4j + log4j-1.2-api + compile