Skip to content

Commit b42e3d0

Browse files
committed
Add more deps to compile-time API to support implementor apps
Tested with SCGS
1 parent 0c018d8 commit b42e3d0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

spring-cloud-starter-app-broker-cloudfoundry/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ description = "Spring Cloud App Broker Starter for Cloud Foundry"
1818

1919
dependencies {
2020
api project(":spring-cloud-starter-app-broker")
21+
api project(":spring-cloud-app-broker-deployer-cloudfoundry")
2122
api "org.cloudfoundry:cloudfoundry-client-reactor:${cfJavaClientVersion}"
2223
api "org.cloudfoundry:cloudfoundry-operations:${cfJavaClientVersion}"
2324

24-
implementation project(":spring-cloud-app-broker-deployer-cloudfoundry")
2525
implementation project(":spring-cloud-app-broker-security-credhub")
2626
}
2727

spring-cloud-starter-app-broker-logging/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,5 @@ description = "Spring Cloud App Broker Starter for Logging"
1818

1919
dependencies {
2020
api project(":spring-cloud-starter-app-broker")
21-
22-
implementation project(":spring-cloud-app-broker-logging")
21+
api project(":spring-cloud-app-broker-logging")
2322
}

0 commit comments

Comments
 (0)