From c5544adca75bed096559dc4f1ff9a544268fc965 Mon Sep 17 00:00:00 2001 From: hongawen <83944980@qq.com> Date: Tue, 11 Apr 2023 16:41:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pqs-common/common-core/pom.xml | 8 ++++---- pqs-common/common-web/pom.xml | 12 ++++++------ pqs-user/user-boot/pom.xml | 10 ---------- 3 files changed, 10 insertions(+), 20 deletions(-) diff --git a/pqs-common/common-core/pom.xml b/pqs-common/common-core/pom.xml index b864619a8..2ad0cc9c1 100644 --- a/pqs-common/common-core/pom.xml +++ b/pqs-common/common-core/pom.xml @@ -101,10 +101,10 @@ mqtt-spring-boot-starter - - org.springframework.boot - spring-boot-starter-log4j2 - + + + + \ No newline at end of file diff --git a/pqs-common/common-web/pom.xml b/pqs-common/common-web/pom.xml index bc7c655e8..c6319f124 100644 --- a/pqs-common/common-web/pom.xml +++ b/pqs-common/common-web/pom.xml @@ -36,12 +36,12 @@ org.springframework.boot spring-boot-starter-web - - - org.springframework.boot - spring-boot-starter-logging - - + + + + + + diff --git a/pqs-user/user-boot/pom.xml b/pqs-user/user-boot/pom.xml index 5f852e016..9c3f01c77 100644 --- a/pqs-user/user-boot/pom.xml +++ b/pqs-user/user-boot/pom.xml @@ -38,16 +38,6 @@ com.njcn common-web ${project.version} - - - org.slf4j - slf4j-log4j12 - - - ch.qos.logback - logback-classic - - com.njcn