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:
rstoyanchev
2022-07-12 09:54:29 +01:00
parent b64835d2c8
commit 7f0abb718b

View File

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