Add Reactor test utilities to reactive test starters

Closes gh-47795
This commit is contained in:
Stéphane Nicoll
2025-10-27 11:06:44 +01:00
parent 2ec1e822b6
commit 2a9968f39b
7 changed files with 8 additions and 0 deletions
@@ -25,4 +25,5 @@ dependencies {
api(project(":starter:spring-boot-starter-test"))
api(project(":module:spring-boot-data-cassandra-test"))
api("io.projectreactor:reactor-test")
}
@@ -25,4 +25,5 @@ dependencies {
api(project(":starter:spring-boot-starter-test"))
api(project(":module:spring-boot-data-couchbase-test"))
api("io.projectreactor:reactor-test")
}
@@ -26,5 +26,6 @@ dependencies {
api(project(":module:spring-boot-data-mongodb"))
api(project(":module:spring-boot-reactor"))
api("io.projectreactor:reactor-test")
api("org.mongodb:mongodb-driver-reactivestreams")
}
@@ -25,4 +25,5 @@ dependencies {
api(project(":starter:spring-boot-starter-test"))
api(project(":module:spring-boot-data-r2dbc-test"))
api("io.projectreactor:reactor-test")
}
@@ -25,4 +25,5 @@ dependencies {
api(project(":starter:spring-boot-starter-test"))
api(project(":module:spring-boot-data-redis-test"))
api("io.projectreactor:reactor-test")
}
@@ -23,4 +23,6 @@ description = "Starter for testing R2DBC"
dependencies {
api(project(":starter:spring-boot-starter-r2dbc"))
api(project(":starter:spring-boot-starter-test"))
api("io.projectreactor:reactor-test")
}
@@ -26,4 +26,5 @@ dependencies {
api(project(":starter:spring-boot-starter-webclient"))
api(project(":module:spring-boot-webclient-test"))
api("io.projectreactor:reactor-test")
}