From 9034391b6c03c75d35a5159fe3fc02404062c43d Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Wed, 25 Sep 2019 12:20:07 +0200 Subject: [PATCH] Temporarily add milestone repository for RSocket RSocket is still in its RC phase, but those artifacts are published on maven central. This dependency is currently still depending on a milestone dependency for Reactor adn this is causing issues with our build. This commits adds back the milestone repository until the RSocket POMs and BOMs are fixed. Once fixed, the Framework build should use the RSocket BOM for managing RSocket dependencies. See gh-23698 --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index cab2a37de0..fd35f92d4c 100644 --- a/build.gradle +++ b/build.gradle @@ -299,6 +299,7 @@ configure(allprojects) { project -> repositories { mavenCentral() maven { url "https://repo.spring.io/libs-spring-framework-build" } + maven { url "https://repo.spring.io/milestone" } // for RSocket } } configurations.all {