From e2dec70445f184649472a0c209d8695b560d0cfa Mon Sep 17 00:00:00 2001 From: ronger Date: Sun, 4 Aug 2024 10:42:12 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E4=BF=AE=E5=A4=8D=E6=97=A5=E5=BF=97?= =?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 | 52 ++++++++++++++++++++++------------------------------ 1 file changed, 22 insertions(+), 30 deletions(-) diff --git a/pom.xml b/pom.xml index 1f3d177..be0f743 100644 --- a/pom.xml +++ b/pom.xml @@ -32,21 +32,13 @@ io.netty netty-codec - - org.apache.logging.log4j - log4j-to-slf4j - org.yaml snakeyaml - ch.qos.logback - logback-classic - - - ch.qos.logback - logback-core + org.springframework.boot + spring-boot-starter-logging @@ -59,12 +51,27 @@ com.fasterxml.jackson.core jackson-databind + + org.springframework.boot + spring-boot-starter-logging + + + + + + org.springframework.boot + spring-boot-starter-logging + + + ch.qos.logback + logback-classic + ch.qos.logback logback-classic - 1.5.3 + 1.2.13 ch.qos.logback @@ -75,18 +82,9 @@ ch.qos.logback logback-core - 1.5.3 - - - org.slf4j - slf4j-simple - 1.7.36 - - - org.apache.logging.log4j - log4j-to-slf4j - 2.19.0 + 1.2.13 + io.netty netty-codec @@ -251,12 +249,6 @@ com.alibaba druid-spring-boot-starter 1.2.15 - - - org.apache.logging.log4j - log4j-api - - org.springframework.boot @@ -481,7 +473,7 @@ dev - false + true @@ -490,7 +482,7 @@ prod - true + false