Update repositories

This commit is contained in:
Rossen Stoyanchev
2016-12-22 22:23:31 -05:00
parent 3d1b6fd362
commit a86f89daa8

View File

@@ -170,10 +170,9 @@ configure(allprojects) { project ->
}
repositories {
mavenLocal()
maven { url "https://repo.spring.io/libs-release" }
maven { url "https://repo.spring.io/milestone" }
maven { url "https://repo.spring.io/snapshot" } // reactor-netty 0.6 snapshots
maven { url "https://repo.spring.io/snapshot" } // reactor-netty still pulls reactor-ipc 0.6 snapshots
}
dependencies {