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