From 7ff37bcad780f1dd79c7dc752d5a468cb21d8559 Mon Sep 17 00:00:00 2001 From: Filip Hrisafov Date: Fri, 9 Feb 2024 10:16:08 +0100 Subject: [PATCH] Add `spring-context` for testing the `SpringWebClientFlowableHttpClient` in `flowable-http` The `SpringWebClientFlowableHttpClient` is using `ReactorClientHttpConnector` from `spring-web`, which since Spring Framework 6.1 is implementing `SmartLifecycle` and thus needs `spring-context` --- modules/flowable-http/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/modules/flowable-http/pom.xml b/modules/flowable-http/pom.xml index 28a12449c48..529ac72395d 100644 --- a/modules/flowable-http/pom.xml +++ b/modules/flowable-http/pom.xml @@ -224,6 +224,16 @@ spring-webflux test + + + org.springframework + spring-context + test + io.projectreactor.netty reactor-netty