Restore milestone repo for AspectJ
This commit is contained in:
parent
f389f66270
commit
3aee3182ac
|
|
@ -131,7 +131,8 @@ configure(allprojects) { project ->
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
maven { url "https://repo.spring.io/libs-release" }
|
maven { url "https://repo.spring.io/libs-release" }
|
||||||
maven { url "https://repo.spring.io/snapshot" } // for AspectJ 1.9 beta and Reactor snapshots
|
maven { url "https://repo.spring.io/milestone" } // for AspectJ 1.9 beta
|
||||||
|
maven { url "https://repo.spring.io/snapshot" } // for Reactor snapshots
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue