2017-07-04 17:30:54 -04:00
|
|
|
apply plugin: 'io.spring.convention.spring-module'
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
compile project(':spring-security-core')
|
|
|
|
compile project(':spring-security-oauth2-core')
|
|
|
|
compile springCoreDependency
|
|
|
|
compile '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'
|
|
|
|
|
2018-04-04 06:29:48 -04:00
|
|
|
testCompile powerMock2Dependencies
|
2018-06-14 17:33:27 -04:00
|
|
|
testCompile 'com.squareup.okhttp3:mockwebserver'
|
|
|
|
testCompile 'io.projectreactor.netty:reactor-netty'
|
2018-09-20 15:20:11 -04:00
|
|
|
testCompile 'com.fasterxml.jackson.core:jackson-databind'
|
2017-07-04 17:30:54 -04:00
|
|
|
}
|