Remove References to Maven Local

This commit is contained in:
Josh Cummings
2024-02-21 13:28:05 -07:00
parent 75bf090ffd
commit 9815613547

View File

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