From 25664714dcc3d6c18c8473780b98196de134d07b Mon Sep 17 00:00:00 2001 From: chardon55 Date: Tue, 14 Dec 2021 09:10:24 +0800 Subject: [PATCH] =?UTF-8?q?Log4j=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/pom.xml b/pom.xml index 96f070e..cd95f52 100644 --- a/pom.xml +++ b/pom.xml @@ -219,6 +219,29 @@ ${ruoyi.version} + + + org.apache.logging.log4j + log4j-core + 2.15.0 + + + org.apache.logging.log4j + log4j-api + 2.15.0 + + + org.apache.logging.log4j + log4j-slf4j-impl + 2.15.0 + test + + + org.apache.logging.log4j + log4j-web + 2.15.0 + +