From 41e45b11513a48cf98b1b4484a787e4396eeae40 Mon Sep 17 00:00:00 2001 From: Guo XIn <371864209@qq.com> Date: Fri, 12 Jan 2024 18:59:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E6=89=A7=E8=A1=8C?= =?UTF-8?q?=E5=8D=95=E5=85=83=E6=B5=8B=E8=AF=95=E6=97=B6=EF=BC=8C=E6=B2=A1?= =?UTF-8?q?=E6=9C=89log=E5=AE=9E=E7=8E=B0=E7=9A=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 14 ++++++++++++++ sonar-keyware-plugins-java/pom.xml | 11 +++++++++++ 2 files changed, 25 insertions(+) diff --git a/pom.xml b/pom.xml index 5a2e5f6..d445169 100644 --- a/pom.xml +++ b/pom.xml @@ -69,6 +69,7 @@ 11 11 UTF-8 + 2.17.2 7.24.0.32100 0.8.10 5.9.1 @@ -96,6 +97,19 @@ pom import + + org.apache.logging.log4j + log4j-slf4j-impl + ${log4j.version} + test + + + + org.apache.logging.log4j + log4j-core + ${log4j.version} + test + org.junit.jupiter diff --git a/sonar-keyware-plugins-java/pom.xml b/sonar-keyware-plugins-java/pom.xml index 5beff37..38e8161 100644 --- a/sonar-keyware-plugins-java/pom.xml +++ b/sonar-keyware-plugins-java/pom.xml @@ -42,6 +42,17 @@ org.sonarsource.analyzer-commons sonar-analyzer-commons + + org.apache.logging.log4j + log4j-slf4j-impl + test + + + + org.apache.logging.log4j + log4j-core + test +