Skip to content

Commit

Permalink
Remove References to Maven Local
Browse files Browse the repository at this point in the history
  • Loading branch information
jzheaux committed Feb 21, 2024
1 parent 75bf090 commit 9815613
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions servlet/spring-boot/java/cas/login/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 9815613

Please sign in to comment.