Add RSocket Support
Fixes gh-7360
This commit is contained in:
9
rsocket/spring-security-rsocket.gradle
Normal file
9
rsocket/spring-security-rsocket.gradle
Normal file
@@ -0,0 +1,9 @@
|
||||
apply plugin: 'io.spring.convention.spring-module'
|
||||
|
||||
dependencies {
|
||||
compile project(':spring-security-core')
|
||||
compile 'io.rsocket:rsocket-core'
|
||||
optional project(':spring-security-oauth2-resource-server')
|
||||
optional 'org.springframework:spring-messaging'
|
||||
testCompile 'io.projectreactor:reactor-test'
|
||||
}
|
||||
Reference in New Issue
Block a user