From 59ecedea464040b84974c452b92c40ccc42ad334 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Mon, 7 Sep 2020 20:05:19 +0200 Subject: [PATCH] Remove artifactory oss snapshot repository The RSocket SNAPSHOTs are now mirrored on the Spring SNAPSHOT repository. --- build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index e09add8fc3..73d6f13d4f 100644 --- a/build.gradle +++ b/build.gradle @@ -285,8 +285,7 @@ configure(allprojects) { project -> repositories { mavenCentral() maven { url "https://repo.spring.io/libs-spring-framework-build" } - maven { url "https://repo.spring.io/snapshot" } // Reactor - maven { url "https://oss.jfrog.org/artifactory/oss-snapshot-local" } // RSocket + maven { url "https://repo.spring.io/snapshot" } // Reactor and RSocket } } configurations.all {