diff --git a/spring-cloud-tencent-examples/quickstart-example/quickstart-callee-service-b/pom.xml b/spring-cloud-tencent-examples/quickstart-example/quickstart-callee-service-b/pom.xml index 0112b0063..0f3495e9e 100644 --- a/spring-cloud-tencent-examples/quickstart-example/quickstart-callee-service-b/pom.xml +++ b/spring-cloud-tencent-examples/quickstart-example/quickstart-callee-service-b/pom.xml @@ -23,10 +23,7 @@ org.springframework.boot spring-boot-starter-webflux - - org.springframework.cloud - spring-cloud-starter-bootstrap - + org.springframework.boot spring-boot-starter-actuator diff --git a/spring-cloud-tencent-examples/quickstart-example/quickstart-caller-service/pom.xml b/spring-cloud-tencent-examples/quickstart-example/quickstart-caller-service/pom.xml index 679e26335..cc72331c6 100644 --- a/spring-cloud-tencent-examples/quickstart-example/quickstart-caller-service/pom.xml +++ b/spring-cloud-tencent-examples/quickstart-example/quickstart-caller-service/pom.xml @@ -23,10 +23,7 @@ org.springframework.boot spring-boot-starter-web - - org.springframework.cloud - spring-cloud-starter-bootstrap - + org.springframework.boot spring-boot-starter-webflux