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") }