Skip to content

Commit 72aea01

Browse files
committed
Make spring-boot-security module optional from spring-boot-cloudfoundry
Fixes gh-48685
1 parent 581f648 commit 72aea01

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

module/spring-boot-cloudfoundry/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@ dependencies {
2828
api(project(":module:spring-boot-actuator"))
2929
api(project(":module:spring-boot-actuator-autoconfigure"))
3030

31-
implementation(project(":module:spring-boot-security"))
32-
3331
optional(project(":module:spring-boot-health"))
3432
optional(project(":module:spring-boot-restclient"))
33+
optional(project(":module:spring-boot-security"))
3534
optional(project(":module:spring-boot-webclient"))
3635
optional(project(":module:spring-boot-webflux"))
3736
optional(project(":module:spring-boot-webmvc"))

0 commit comments

Comments
 (0)