Move reactor-test to spring-boot-starter-data-mongodb-reactive-test

Closes gh-47982
This commit is contained in:
Moritz Halbritter
2025-11-07 10:29:50 +01:00
parent 03e3a6650e
commit c2db108502
2 changed files with 1 additions and 1 deletions
@@ -25,4 +25,5 @@ dependencies {
api(project(":starter:spring-boot-starter-test"))
api(project(":module:spring-boot-data-mongodb-test"))
api("io.projectreactor:reactor-test")
}
@@ -26,6 +26,5 @@ 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")
}