2017-07-04 17:30:54 -04:00
|
|
|
apply plugin: 'io.spring.convention.spring-module'
|
|
|
|
|
|
|
|
dependencies {
|
2021-04-04 20:36:21 -04:00
|
|
|
management platform(project(":spring-security-dependencies"))
|
2021-04-04 08:31:47 -04:00
|
|
|
api project(':spring-security-core')
|
|
|
|
api project(':spring-security-oauth2-core')
|
|
|
|
api springCoreDependency
|
|
|
|
api 'com.nimbusds:nimbus-jose-jwt'
|
2018-04-04 06:29:48 -04:00
|
|
|
|
2018-06-14 17:33:27 -04:00
|
|
|
optional 'io.projectreactor:reactor-core'
|
|
|
|
optional 'org.springframework:spring-webflux'
|
|
|
|
|
2021-04-04 08:31:47 -04:00
|
|
|
testImplementation powerMock2Dependencies
|
|
|
|
testImplementation 'com.squareup.okhttp3:mockwebserver'
|
|
|
|
testImplementation 'io.projectreactor.netty:reactor-netty'
|
|
|
|
testImplementation 'com.fasterxml.jackson.core:jackson-databind'
|
2017-07-04 17:30:54 -04:00
|
|
|
}
|