Browse Source

Remove test dependency from spring-boot-security

Closes gh-47813
pull/47854/head
Andy Wilkinson 5 months ago
parent
commit
5fbdfad11e
  1. 1
      module/spring-boot-security/build.gradle

1
module/spring-boot-security/build.gradle

@ -27,7 +27,6 @@ description = "Spring Boot Security" @@ -27,7 +27,6 @@ description = "Spring Boot Security"
dependencies {
api(project(":core:spring-boot"))
api(project(":core:spring-boot-test-autoconfigure"))
api("org.springframework.security:spring-security-config")
api("org.springframework.security:spring-security-web")

Loading…
Cancel
Save