Remove spring-security.version from sample
This commit is contained in:
parent
59f77d034e
commit
061d9f8c18
@ -1,8 +1,5 @@
|
|||||||
apply plugin: 'io.spring.convention.spring-sample-boot'
|
apply plugin: 'io.spring.convention.spring-sample-boot'
|
||||||
|
|
||||||
// TODO Remove once Spring Boot upgrades to Spring Security 5.5
|
|
||||||
ext['spring-security.version'] = '5.5.0-M1'
|
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'org.springframework.boot:spring-boot-starter-web'
|
compile 'org.springframework.boot:spring-boot-starter-web'
|
||||||
compile 'org.springframework.boot:spring-boot-starter-security'
|
compile 'org.springframework.boot:spring-boot-starter-security'
|
||||||
|
Loading…
Reference in New Issue
Block a user