Skip to content

Commit c2db108

Browse files
committed
Move reactor-test to spring-boot-starter-data-mongodb-reactive-test
Closes gh-47982
1 parent 03e3a66 commit c2db108

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

starter/spring-boot-starter-data-mongodb-reactive-test/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ dependencies {
2525
api(project(":starter:spring-boot-starter-test"))
2626

2727
api(project(":module:spring-boot-data-mongodb-test"))
28+
api("io.projectreactor:reactor-test")
2829
}

starter/spring-boot-starter-data-mongodb-reactive/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,5 @@ dependencies {
2626
api(project(":module:spring-boot-data-mongodb"))
2727
api(project(":module:spring-boot-reactor"))
2828

29-
api("io.projectreactor:reactor-test")
3029
api("org.mongodb:mongodb-driver-reactivestreams")
3130
}

0 commit comments

Comments
 (0)