We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ffdc6 commit c1694b5Copy full SHA for c1694b5
starter/spring-boot-starter-integration-test/build.gradle
@@ -23,4 +23,5 @@ description = "Starter for testing Spring Integration"
23
dependencies {
24
api(project(":starter:spring-boot-starter-integration"))
25
api(project(":starter:spring-boot-starter-test"))
26
+ api("org.springframework.integration:spring-integration-test")
27
}
0 commit comments