Remove snapshot repository (after Reactor Bismuth-SR1 upgrade)

Issue: SPR-16085
This commit is contained in:
Juergen Hoeller 2017-10-21 22:55:51 +02:00
parent 9404041719
commit d418ba1b5d
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" } // for AspectJ 1.9 beta
maven { url "https://repo.spring.io/snapshot" } // for Reactor Bismuth
}
dependencies {