mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 11:39:14 +00:00
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:
@@ -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"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user