Add tests for CredHub integration.

This commit is contained in:
Scott Frederick
2019-01-07 12:52:50 -06:00
parent 7cb8d85b4b
commit ec39297419
15 changed files with 344 additions and 37 deletions

View File

@@ -26,8 +26,6 @@ dependencies {
implementation project(":spring-cloud-app-broker-deployer")
implementation("org.cloudfoundry:cloudfoundry-client-reactor:${cfJavaClientVersion}")
implementation("org.cloudfoundry:cloudfoundry-operations:${cfJavaClientVersion}")
implementation("io.projectreactor:reactor-core")
implementation("io.projectreactor.ipc:reactor-netty")
api("org.immutables:value:${immutablesVersion}")
implementation("org.springframework.boot:spring-boot-starter-validation")