Remove snapshot repository (after Reactor Bismuth-SR1 upgrade)
Issue: SPR-16085
This commit is contained in:
parent
9404041719
commit
d418ba1b5d
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue