Skip to content

Commit

Permalink
Temporarily add milestone repository for RSocket
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bclozel committed Sep 25, 2019
1 parent 27481e4 commit 9034391
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Expand Up @@ -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 {
Expand Down

0 comments on commit 9034391

Please sign in to comment.