added dependency to spring-cloud-contract-provider

This commit is contained in:
Tom Hombergs
2018-10-02 06:42:40 +02:00
parent be8be2efc4
commit 884546b69c

View File

@@ -29,6 +29,9 @@ dependencies {
compile("org.springframework.cloud:spring-cloud-starter-openfeign")
compile('org.springframework.cloud:spring-cloud-starter-netflix-ribbon')
compile('com.h2database:h2:1.4.196')
// This dependency is only included so that the gradle build executes the provider build first!
// It should not be included in a real project.
compile project(':spring-cloud:spring-cloud-contract-provider')
testCompile("org.springframework.cloud:spring-cloud-starter-contract-stub-runner")
testCompile("org.springframework.boot:spring-boot-starter-test")
}