Skip to content

Commit 225663a

Browse files
committed
use spring-cloud-starter-openfeign
1 parent 13ce154 commit 225663a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httpexchange-spring-boot-autoconfigure/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
testImplementation("org.springframework.boot:spring-boot-starter-web")
2424
testImplementation("org.springframework.boot:spring-boot-starter-validation")
2525
testImplementation("org.springframework.cloud:spring-cloud-context:${springCloudCommonsVersion}")
26-
testImplementation("org.springframework.cloud:spring-cloud-openfeign-core:${springCloudOpenFeignVersion}")
26+
testImplementation("org.springframework.cloud:spring-cloud-starter-openfeign:${springCloudOpenFeignVersion}")
2727
}
2828

2929
apply from: "${rootDir}/gradle/deploy.gradle"

0 commit comments

Comments
 (0)