Skip to content

Commit c1694b5

Browse files
committed
Add missing Spring Integration test module to the relevant starter
Closes gh-49784
1 parent 51ffdc6 commit c1694b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

starter/spring-boot-starter-integration-test/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ description = "Starter for testing Spring Integration"
2323
dependencies {
2424
api(project(":starter:spring-boot-starter-integration"))
2525
api(project(":starter:spring-boot-starter-test"))
26+
api("org.springframework.integration:spring-integration-test")
2627
}

0 commit comments

Comments
 (0)