@@ -27,16 +27,15 @@ dependencies {
2727 annotationProcessor " org.springframework.boot:spring-boot-configuration-processor"
2828 annotationProcessor " org.springframework.boot:spring-boot-autoconfigure-processor"
2929
30- implementation enforcedPlatform(" org.springframework.boot:spring-boot-dependencies:${ springBootVersion} " )
31- implementation project(" :spring-cloud-app-broker-core" )
32- implementation project(" :spring-cloud-app-broker-deployer" )
33- implementation project(" :spring-cloud-app-broker-deployer-cloudfoundry" )
34- implementation project(" :spring-cloud-app-broker-security-credhub" )
35- implementation " org.springframework.boot:spring-boot-starter"
36- implementation " org.springframework.boot:spring-boot-starter-webflux"
37- implementation " org.cloudfoundry:cloudfoundry-client-reactor:${ cfJavaClientVersion} "
38- implementation " org.cloudfoundry:cloudfoundry-operations:${ cfJavaClientVersion} "
39- implementation " org.springframework.credhub:spring-credhub-starter:${ springCredhubVersion} "
30+ api enforcedPlatform(" org.springframework.boot:spring-boot-dependencies:${ springBootVersion} " )
31+ api project(" :spring-cloud-app-broker-core" )
32+ api project(" :spring-cloud-app-broker-deployer" )
33+ api project(" :spring-cloud-app-broker-deployer-cloudfoundry" )
34+ api project(" :spring-cloud-app-broker-security-credhub" )
35+ api " org.springframework.boot:spring-boot-starter"
36+ api " org.cloudfoundry:cloudfoundry-client-reactor:${ cfJavaClientVersion} "
37+ api " org.cloudfoundry:cloudfoundry-operations:${ cfJavaClientVersion} "
38+ api " org.springframework.credhub:spring-credhub-starter:${ springCredhubVersion} "
4039
4140 loggingImplementation project(" :spring-cloud-app-broker-logging" )
4241
0 commit comments