From 95f8f83833c174eda24c37db2e65a4da95fc5d6f Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Thu, 20 Feb 2020 14:20:36 -0800 Subject: [PATCH] Remove spring security dependencies from Rsocket starter Fixes gh-20243 --- .../spring-boot-starter-rsocket/build.gradle | 2 -- 1 file changed, 2 deletions(-) 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") }