diff --git a/pqs-gateway/pom.xml b/pqs-gateway/pom.xml index 6b2d0fb14..0f5e5ad48 100644 --- a/pqs-gateway/pom.xml +++ b/pqs-gateway/pom.xml @@ -21,12 +21,12 @@ com.njcn common-core ${project.version} - - - - - - + + + org.springframework.boot + spring-boot-starter-logging + + com.njcn @@ -52,15 +52,33 @@ com.alibaba.cloud spring-cloud-alibaba-sentinel-gateway + + + org.springframework.boot + spring-boot-starter-logging + + com.alibaba.cloud spring-cloud-starter-alibaba-sentinel + + + org.springframework.boot + spring-boot-starter-logging + + com.alibaba.csp sentinel-datasource-nacos + + + org.springframework.boot + spring-boot-starter-logging + + @@ -75,6 +93,12 @@ org.springframework.security spring-security-oauth2-jose + + + org.springframework.boot + spring-boot-starter-logging + +