We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 581f648 commit 72aea01Copy full SHA for 72aea01
1 file changed
module/spring-boot-cloudfoundry/build.gradle
@@ -28,10 +28,9 @@ dependencies {
28
api(project(":module:spring-boot-actuator"))
29
api(project(":module:spring-boot-actuator-autoconfigure"))
30
31
- implementation(project(":module:spring-boot-security"))
32
-
33
optional(project(":module:spring-boot-health"))
34
optional(project(":module:spring-boot-restclient"))
+ optional(project(":module:spring-boot-security"))
35
optional(project(":module:spring-boot-webclient"))
36
optional(project(":module:spring-boot-webflux"))
37
optional(project(":module:spring-boot-webmvc"))
0 commit comments