2019-09-05 08:16:56 +08:00
|
|
|
apply plugin: 'io.spring.convention.spring-module'
|
|
|
|
|
|
|
|
dependencies {
|
2021-04-05 08:36:21 +08:00
|
|
|
management platform(project(":spring-security-dependencies"))
|
2021-04-04 20:31:47 +08:00
|
|
|
api project(':spring-security-core')
|
|
|
|
api 'io.rsocket:rsocket-core'
|
2019-09-05 08:16:56 +08:00
|
|
|
optional project(':spring-security-oauth2-resource-server')
|
|
|
|
optional 'org.springframework:spring-messaging'
|
2021-04-04 20:31:47 +08:00
|
|
|
testImplementation 'io.projectreactor:reactor-test'
|
2019-09-05 08:16:56 +08:00
|
|
|
}
|