From db886c7ec04a84cbcc4df81075a4881f7ff9e864 Mon Sep 17 00:00:00 2001 From: FrozenWatermelon Date: Fri, 25 Feb 2022 09:02:21 +0800 Subject: [PATCH] =?UTF-8?q?log4j=E5=9B=BA=E5=AE=9A=E7=89=88=E6=9C=AC?= =?UTF-8?q?=EF=BC=8C=E4=BB=A5=E9=98=B2=E5=88=AB=E7=9A=84=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E8=BF=9B=E8=A1=8C=E4=BE=9D=E8=B5=96log4j=E5=87=BA=E7=8E=B0?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/pom.xml b/pom.xml index d343190..e039409 100644 --- a/pom.xml +++ b/pom.xml @@ -42,6 +42,8 @@ 3.1.0 3.10.6 2.57 + + 2.17.1 @@ -140,6 +142,21 @@ fst ${fst.version} + + org.apache.logging.log4j + log4j-to-slf4j + ${log4j.version} + + + org.apache.logging.log4j + log4j-core + ${log4j.version} + + + org.apache.logging.log4j + log4j-api + ${log4j.version} +