From 7f0abb718b0d596f58e127df3e83b59c11e43289 Mon Sep 17 00:00:00 2001 From: rstoyanchev Date: Tue, 12 Jul 2022 09:54:29 +0100 Subject: [PATCH] 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 --- build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 18f9018f405..98dcbeacc63 100644 --- a/build.gradle +++ b/build.gradle @@ -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 {