2020-04-24 02:37:17 +07:00
|
|
|
apply plugin: 'io.spring.convention.spring-module'
|
2020-06-06 04:15:22 +07:00
|
|
|
|
|
|
|
dependencies {
|
|
|
|
compile 'org.springframework.security:spring-security-core'
|
|
|
|
compile 'org.springframework.security:spring-security-config'
|
|
|
|
compile springCoreDependency
|
|
|
|
compile project(':spring-authorization-server-core')
|
|
|
|
|
2020-06-11 03:23:11 +07:00
|
|
|
testCompile 'org.springframework.security:spring-security-test'
|
2020-06-06 04:15:22 +07:00
|
|
|
testCompile 'junit:junit'
|
|
|
|
testCompile 'org.assertj:assertj-core'
|
|
|
|
testCompile 'org.mockito:mockito-core'
|
|
|
|
|
|
|
|
provided 'javax.servlet:javax.servlet-api'
|
|
|
|
}
|