mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 20:09:02 +00:00
Add Reactor test utilities to reactive test starters
Closes gh-47795
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user