Skip to content

Commit 7f0abb7

Browse files
committed
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
1 parent b64835d commit 7f0abb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,8 @@ configure(allprojects) { project ->
252252
repositories {
253253
mavenCentral()
254254
maven { url "https://repo.spring.io/libs-spring-framework-build" }
255-
maven { url "https://repo.spring.io/snapshot" } // Reactor
255+
maven { url "https://repo.spring.io/milestone" } // temporarily for context-propagation via Reactor Netty
256+
maven { url "https://repo.spring.io/snapshot" } // Reactor
256257
}
257258
}
258259
configurations.all {

0 commit comments

Comments
 (0)