We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be8be2e commit 884546bCopy full SHA for 884546b
1 file changed
spring-cloud/spring-cloud-contract-consumer/build.gradle
@@ -29,6 +29,9 @@ dependencies {
29
compile("org.springframework.cloud:spring-cloud-starter-openfeign")
30
compile('org.springframework.cloud:spring-cloud-starter-netflix-ribbon')
31
compile('com.h2database:h2:1.4.196')
32
+ // This dependency is only included so that the gradle build executes the provider build first!
33
+ // It should not be included in a real project.
34
+ compile project(':spring-cloud:spring-cloud-contract-provider')
35
testCompile("org.springframework.cloud:spring-cloud-starter-contract-stub-runner")
36
testCompile("org.springframework.boot:spring-boot-starter-test")
37
}
0 commit comments