Browse Source

Add repo for transitive dependency on context-propagation

Reactor Netty M4 brings in a dependency on context-propagation, so we
need the milestone repository. The dependency will become optional for
M5, so we only need this temporarily.

See gh-28766
pull/28791/head
rstoyanchev 4 years ago
parent
commit
7f0abb718b
  1. 3
      build.gradle

3
build.gradle

@ -252,7 +252,8 @@ configure(allprojects) { project -> @@ -252,7 +252,8 @@ 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://repo.spring.io/milestone" } // temporarily for context-propagation via Reactor Netty
maven { url "https://repo.spring.io/snapshot" } // Reactor
}
}
configurations.all {

Loading…
Cancel
Save