From 225663a923d8cf8c1a6d6313ec1684f19ee38e43 Mon Sep 17 00:00:00 2001 From: Freeman Liu Date: Thu, 28 Nov 2024 22:55:28 +0800 Subject: [PATCH] use spring-cloud-starter-openfeign --- httpexchange-spring-boot-autoconfigure/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpexchange-spring-boot-autoconfigure/build.gradle b/httpexchange-spring-boot-autoconfigure/build.gradle index 5ac8856..8ac2ee0 100644 --- a/httpexchange-spring-boot-autoconfigure/build.gradle +++ b/httpexchange-spring-boot-autoconfigure/build.gradle @@ -23,7 +23,7 @@ dependencies { testImplementation("org.springframework.boot:spring-boot-starter-web") testImplementation("org.springframework.boot:spring-boot-starter-validation") testImplementation("org.springframework.cloud:spring-cloud-context:${springCloudCommonsVersion}") - testImplementation("org.springframework.cloud:spring-cloud-openfeign-core:${springCloudOpenFeignVersion}") + testImplementation("org.springframework.cloud:spring-cloud-starter-openfeign:${springCloudOpenFeignVersion}") } apply from: "${rootDir}/gradle/deploy.gradle"