Browse Source

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
pull/23700/head
Brian Clozel 5 years ago
parent
commit
9034391b6c
  1. 1
      build.gradle

1
build.gradle

@ -299,6 +299,7 @@ configure(allprojects) { project -> @@ -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 {

Loading…
Cancel
Save