From a86f89daa8a61d0829981245e9ac9e91d0b63dbc Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Thu, 22 Dec 2016 22:23:31 -0500 Subject: [PATCH] Update repositories --- build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 6d1ab649337..c25e884fa90 100644 --- a/build.gradle +++ b/build.gradle @@ -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 {