spring-security/samples/boot/hellorsocket/spring-security-samples-boot-hellorsocket.gradle
Josh Cummings 04079fca69
Update to Latest rsocket-core
Now that the RSocket Authentication Extension is GA, it's no longer
necessary to override the version locally in the sample.

Issue gh-7935
2020-06-03 13:14:07 -06:00

12 lines
381 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'
}