From c1694b50c29e37a162a3d9ad43f4e4b434698247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 25 Mar 2026 16:02:45 +0100 Subject: [PATCH] Add missing Spring Integration test module to the relevant starter Closes gh-49784 --- starter/spring-boot-starter-integration-test/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/starter/spring-boot-starter-integration-test/build.gradle b/starter/spring-boot-starter-integration-test/build.gradle index 1637a2532d1..fc55fad6d5d 100644 --- a/starter/spring-boot-starter-integration-test/build.gradle +++ b/starter/spring-boot-starter-integration-test/build.gradle @@ -23,4 +23,5 @@ description = "Starter for testing Spring Integration" dependencies { api(project(":starter:spring-boot-starter-integration")) api(project(":starter:spring-boot-starter-test")) + api("org.springframework.integration:spring-integration-test") }