2017-03-20 16:18:08 -04:00
|
|
|
apply plugin: 'io.spring.convention.spring-module'
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
compile project(':spring-security-core')
|
|
|
|
compile springCoreDependency
|
2017-11-02 11:54:06 -04:00
|
|
|
|
2018-06-28 12:07:20 -04:00
|
|
|
optional 'com.fasterxml.jackson.core:jackson-databind'
|
|
|
|
optional 'com.nimbusds:oauth2-oidc-sdk'
|
|
|
|
optional 'org.springframework:spring-webflux'
|
|
|
|
|
2017-11-02 11:54:06 -04:00
|
|
|
testCompile powerMock2Dependencies
|
2017-03-20 16:18:08 -04:00
|
|
|
}
|