spring-security/samples/boot/hellorsocket/spring-security-samples-boot-hellorsocket.gradle
Rob Winch 6fbe58e624 Update RSocket Sample to use RSocket 1.0.1
Fixes the integration tests from hanging.

Issue gh-8664
2020-06-10 11:44:10 -05:00

14 lines
415 B
Groovy

apply plugin: 'io.spring.convention.spring-sample-boot'
dependencies {
compile project(':spring-security-core')
compile project(':spring-security-config')
compile project(':spring-security-rsocket')
compile 'org.springframework.boot:spring-boot-starter-rsocket'
testCompile project(':spring-security-test')
testCompile 'org.springframework.boot:spring-boot-starter-test'
}
ext['rsocket.version'] = '1.0.1'