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
This commit is contained in:
Brian Clozel
2019-09-25 12:20:07 +02:00
parent 27481e4211
commit 9034391b6c

View File

@@ -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 {