2017-03-20 16:18:08 -04:00
|
|
|
apply plugin: 'io.spring.convention.spring-module'
|
|
|
|
|
|
|
|
dependencies {
|
2021-10-05 10:23:29 -04:00
|
|
|
management platform(project(":spring-security-dependencies"))
|
2021-04-04 08:31:47 -04:00
|
|
|
api project(':spring-security-core')
|
2021-07-12 14:06:44 -04:00
|
|
|
api 'org.springframework:spring-core'
|
2021-04-04 08:31:47 -04:00
|
|
|
api 'org.springframework:spring-web'
|
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'
|
|
|
|
|
2021-07-12 14:06:44 -04:00
|
|
|
testImplementation "org.assertj:assertj-core"
|
|
|
|
testImplementation "org.junit.jupiter:junit-jupiter-api"
|
|
|
|
testImplementation "org.junit.jupiter:junit-jupiter-params"
|
|
|
|
testImplementation "org.junit.jupiter:junit-jupiter-engine"
|
|
|
|
testImplementation "org.mockito:mockito-core"
|
|
|
|
testImplementation "org.mockito:mockito-junit-jupiter"
|
|
|
|
testImplementation "org.springframework:spring-test"
|
2017-03-20 16:18:08 -04:00
|
|
|
}
|