From f8905bb74c438a12f8a9fa3aba46d95239bec64a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johnny=20Miller=20=28=E9=94=BA=E4=BF=8A=29?= Date: Tue, 22 Dec 2020 12:32:09 +0800 Subject: [PATCH] perf($ReactiveStarter): refine dependencies --- gateway/pom.xml | 89 +++++-------------- .../pom.xml | 43 +++++++++ 2 files changed, 67 insertions(+), 65 deletions(-) diff --git a/gateway/pom.xml b/gateway/pom.xml index 5a1ed06e..b41eb19e 100644 --- a/gateway/pom.xml +++ b/gateway/pom.xml @@ -74,75 +74,21 @@ - org.springframework.cloud - spring-cloud-starter-gateway - - - org.springframework.cloud - spring-cloud-starter-netflix-eureka-client - - - org.springframework.boot - spring-boot-starter-security - - - org.springframework.boot - spring-boot-configuration-processor - true + com.jmsoftware.maf + muscle-and-fitness-server-reactive-spring-boot-starter + org.springframework.cloud - spring-cloud-starter-zipkin + spring-cloud-starter-gateway org.springframework.boot spring-boot-starter-data-redis-reactive - - - org.springframework.boot - spring-boot-starter-test - test - - - org.junit.vintage - junit-vintage-engine - - - - - io.projectreactor - reactor-test - test - - - - com.playtika.reactivefeign - feign-reactor-webclient - ${feign-reactor.version} - - - - com.playtika.reactivefeign - feign-reactor-cloud - ${feign-reactor.version} - - - - com.playtika.reactivefeign - feign-reactor-spring-configuration - ${feign-reactor.version} - - - - com.jmsoftware.maf - common - - - de.codecentric - spring-boot-admin-starter-client - ${spring-boot-admin-starter-client.version} + redis.clients + jedis @@ -151,11 +97,6 @@ ${knife4j.version} - - redis.clients - jedis - - io.jsonwebtoken @@ -174,5 +115,23 @@ ${jjwt.version} runtime + + + + org.springframework.boot + spring-boot-starter-test + test + + + org.junit.vintage + junit-vintage-engine + + + + + io.projectreactor + reactor-test + test + diff --git a/muscle-and-fitness-server-reactive-spring-boot-starter/pom.xml b/muscle-and-fitness-server-reactive-spring-boot-starter/pom.xml index d6c11102..94adc981 100644 --- a/muscle-and-fitness-server-reactive-spring-boot-starter/pom.xml +++ b/muscle-and-fitness-server-reactive-spring-boot-starter/pom.xml @@ -19,6 +19,18 @@ org.springframework.boot spring-boot-starter-webflux + + org.springframework.boot + spring-boot-starter-security + + + org.springframework.cloud + spring-cloud-starter-netflix-eureka-client + + + org.springframework.cloud + spring-cloud-starter-zipkin + org.springframework.boot spring-boot-autoconfigure @@ -28,5 +40,36 @@ spring-boot-autoconfigure-processor true + + org.springframework.boot + spring-boot-configuration-processor + + + + com.playtika.reactivefeign + feign-reactor-webclient + ${feign-reactor.version} + + + com.playtika.reactivefeign + feign-reactor-cloud + ${feign-reactor.version} + + + com.playtika.reactivefeign + feign-reactor-spring-configuration + ${feign-reactor.version} + + + + com.jmsoftware.maf + common + + + + de.codecentric + spring-boot-admin-starter-client + ${spring-boot-admin-starter-client.version} +