From ac8222e6f18e0af675d6c67061ee6bf2bda7fcf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johnny=20Miller=20=28=E9=94=BA=E4=BF=8A=29?= Date: Mon, 9 Aug 2021 16:38:17 +0800 Subject: [PATCH] perf($POM): refine dependency scope for reactive starter --- api-gateway/pom.xml | 5 +++++ reactive-spring-cloud-starter/pom.xml | 11 ++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/api-gateway/pom.xml b/api-gateway/pom.xml index 2e95e7a5..7654b0c6 100644 --- a/api-gateway/pom.xml +++ b/api-gateway/pom.xml @@ -135,10 +135,15 @@ reactive-spring-cloud-starter + org.springframework.cloud spring-cloud-starter-gateway + + org.springframework.boot + spring-boot-starter-data-redis-reactive + com.github.xiaoymin diff --git a/reactive-spring-cloud-starter/pom.xml b/reactive-spring-cloud-starter/pom.xml index d4daa76d..47488f77 100644 --- a/reactive-spring-cloud-starter/pom.xml +++ b/reactive-spring-cloud-starter/pom.xml @@ -15,6 +15,11 @@ + + com.jmsoftware.maf + common + + org.springframework.boot @@ -48,6 +53,7 @@ org.springframework.boot spring-boot-starter-data-redis-reactive + provided org.springframework.boot @@ -73,11 +79,6 @@ spring-cloud-sleuth-zipkin - - com.jmsoftware.maf - common - - de.codecentric spring-boot-admin-starter-client