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