2020-08-18 22:27:25 +07:00
|
|
|
apply plugin: 'io.spring.convention.spring-sample-boot'
|
|
|
|
|
2020-10-30 07:45:11 +07:00
|
|
|
// TODO Remove once Spring Boot upgrades to Spring Security 5.5
|
2020-11-09 17:42:27 +07:00
|
|
|
ext['spring-security.version'] = '5.5.0-M1'
|
2020-10-30 07:45:11 +07:00
|
|
|
|
2020-08-18 22:27:25 +07:00
|
|
|
dependencies {
|
|
|
|
compile 'org.springframework.boot:spring-boot-starter-web'
|
|
|
|
compile 'org.springframework.boot:spring-boot-starter-security'
|
|
|
|
compile project(':spring-security-oauth2-authorization-server')
|
|
|
|
}
|