2017-07-05 05:30:54 +08: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 18:29:48 +08:00
|
|
|
|
|
|
|
testCompile powerMock2Dependencies
|
2017-07-05 05:30:54 +08:00
|
|
|
}
|