Restore proper usage of MongoDB starters

This could be that a change must be made in spring-boot-mongodb itself
but this helps to fix the build.

See gh-46548
This commit is contained in:
Stéphane Nicoll
2025-07-27 11:58:44 +02:00
parent f278b1944c
commit 855d9b0a91
3 changed files with 2 additions and 6 deletions
@@ -21,10 +21,9 @@ plugins {
description = "Starter for using MongoDB document-oriented database and Spring Data MongoDB Reactive"
dependencies {
api(project(":starter:spring-boot-starter"))
api(project(":starter:spring-boot-starter-mongodb"))
api(project(":module:spring-boot-data-mongodb"))
api(project(":module:spring-boot-mongodb"))
api(project(":module:spring-boot-reactor"))
api("org.mongodb:mongodb-driver-reactivestreams")
@@ -21,8 +21,7 @@ plugins {
description = "Starter for using MongoDB document-oriented database and Spring Data MongoDB"
dependencies {
api(project(":starter:spring-boot-starter"))
api(project(":starter:spring-boot-starter-mongodb"))
api(project(":module:spring-boot-data-mongodb"))
api(project(":module:spring-boot-mongodb"))
}
@@ -21,9 +21,7 @@ plugins {
description = "Starter for using Spring Session with Spring Data MongoDB"
dependencies {
api(project(":starter:spring-boot-starter"))
api(project(":starter:spring-boot-starter-data-mongodb"))
api(project(":module:spring-boot-session-data-mongodb"))
api(project(":module:spring-boot-data-mongodb"))
}