2019-09-30 14:57:52 -04:00
|
|
|
apply plugin: 'io.spring.convention.spring-sample-boot'
|
|
|
|
|
2020-02-05 00:17:57 -05:00
|
|
|
ext['rsocket.version'] = '1.0.0-RC6'
|
|
|
|
|
2019-09-30 14:57:52 -04:00
|
|
|
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'
|
|
|
|
}
|