We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ce154 commit 225663aCopy full SHA for 225663a
httpexchange-spring-boot-autoconfigure/build.gradle
@@ -23,7 +23,7 @@ dependencies {
23
testImplementation("org.springframework.boot:spring-boot-starter-web")
24
testImplementation("org.springframework.boot:spring-boot-starter-validation")
25
testImplementation("org.springframework.cloud:spring-cloud-context:${springCloudCommonsVersion}")
26
- testImplementation("org.springframework.cloud:spring-cloud-openfeign-core:${springCloudOpenFeignVersion}")
+ testImplementation("org.springframework.cloud:spring-cloud-starter-openfeign:${springCloudOpenFeignVersion}")
27
}
28
29
apply from: "${rootDir}/gradle/deploy.gradle"
0 commit comments