Remove snapshot repository from build setup

This commit is contained in:
Juergen Hoeller 2017-09-28 11:45:33 +02:00
parent 5733065ba4
commit 255ccf58e0
1 changed files with 0 additions and 1 deletions

View File

@ -126,7 +126,6 @@ configure(allprojects) { project ->
repositories {
maven { url "https://repo.spring.io/libs-release" }
maven { url "https://repo.spring.io/milestone" }
maven { url "https://repo.spring.io/snapshot" }
}
dependencies {