diff --git a/samples/boot/hellorsocket/spring-security-samples-boot-hellorsocket.gradle b/samples/boot/hellorsocket/spring-security-samples-boot-hellorsocket.gradle index b2fdafe9fdf..f2b788a0e27 100644 --- a/samples/boot/hellorsocket/spring-security-samples-boot-hellorsocket.gradle +++ b/samples/boot/hellorsocket/spring-security-samples-boot-hellorsocket.gradle @@ -1,7 +1,5 @@ apply plugin: 'io.spring.convention.spring-sample-boot' -ext['rsocket.version'] = '1.0.0-RC6' - dependencies { compile project(':spring-security-core') compile project(':spring-security-config')