diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-rsocket/build.gradle b/spring-boot-project/spring-boot-starters/spring-boot-starter-rsocket/build.gradle index f5a3c57f297..e7fee3bc5a1 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-rsocket/build.gradle +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-rsocket/build.gradle @@ -13,6 +13,4 @@ dependencies { api("io.rsocket:rsocket-core") api("io.rsocket:rsocket-transport-netty") api("org.springframework:spring-messaging") - api("org.springframework.security:spring-security-config") - api("org.springframework.security:spring-security-web") }