spring-security/oauth2/oauth2-jose/spring-security-oauth2-jose...

17 lines
520 B
Groovy

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'
optional 'io.projectreactor:reactor-core'
optional 'org.springframework:spring-webflux'
testCompile powerMock2Dependencies
testCompile 'com.squareup.okhttp3:mockwebserver'
testCompile 'io.projectreactor.netty:reactor-netty'
testCompile 'com.fasterxml.jackson.core:jackson-databind'
}