|
@@ -6,14 +6,11 @@ plugins {
|
|
}
|
|
}
|
|
|
|
|
|
repositories {
|
|
repositories {
|
|
- mavenLocal()
|
|
|
|
mavenCentral()
|
|
mavenCentral()
|
|
maven { url "https://repo.spring.io/milestone" }
|
|
maven { url "https://repo.spring.io/milestone" }
|
|
maven { url "https://repo.spring.io/snapshot" }
|
|
maven { url "https://repo.spring.io/snapshot" }
|
|
}
|
|
}
|
|
|
|
|
|
-ext["spring-security.version"] = "6.1.8-SNAPSHOT"
|
|
|
|
-
|
|
|
|
dependencies {
|
|
dependencies {
|
|
implementation 'org.springframework.boot:spring-boot-starter-security'
|
|
implementation 'org.springframework.boot:spring-boot-starter-security'
|
|
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
|
|
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
|