Restore milestone repo for AspectJ

This commit is contained in:
Rossen Stoyanchev
2017-12-22 15:13:48 -05:00
parent f389f66270
commit 3aee3182ac

View File

@@ -131,7 +131,8 @@ configure(allprojects) { project ->
repositories {
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 {