Browse Source

Merge branch '4.0.x'

Closes gh-49786
pull/49787/head
Stéphane Nicoll 1 week ago
parent
commit
670ffeef76
  1. 1
      starter/spring-boot-starter-integration-test/build.gradle

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

@ -23,4 +23,5 @@ description = "Starter for testing Spring Integration" @@ -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")
}

Loading…
Cancel
Save