Add org.springframework.cloud:spring-cloud-services-starter-service-registry lib to test runtime to expose Pivotal Spring Cloud Services bug.

Resolves gh-21.
This commit is contained in:
John Blum
2019-01-28 09:43:42 -08:00
parent 60d23c9b8f
commit 7f2a9eb1f1

View File

@@ -27,4 +27,9 @@ dependencies {
testRuntime("org.springframework.boot:spring-boot-starter-web") {
exclude group: "org.springframework.boot", module: "spring-boot-starter-logging"
}
// Runtime Test dependency on Spring Cloud Services (SCS) to verify workaround to SCS problem!
testRuntime("io.pivotal.spring.cloud:spring-cloud-services-starter-service-registry:2.0.3.RELEASE") {
exclude group: "org.springframework.boot", module: "spring-boot-starter-logging"
}
}