1
0
mirror of synced 2026-05-22 21:33:16 +00:00
Files
spring-security/samples/boot/hellorsocket/spring-security-samples-boot-hellorsocket.gradle
T
Josh Cummings f87101ae22 Update RSocket Sample to RSocket 1.1.0-M2
Closes gh-9112
2020-10-07 16:01:19 -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'
}