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