Skip to content

Commit

Permalink
use spring-cloud-starter-openfeign
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielLiu1123 committed Nov 28, 2024
1 parent 13ce154 commit 225663a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpexchange-spring-boot-autoconfigure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 225663a

Please sign in to comment.