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
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user