File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
spring-boot-starter-data-mongodb-reactive
spring-boot-starter-data-mongodb
spring-boot-starter-session-data-mongodb Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,9 @@ plugins {
2121description = " Starter for using MongoDB document-oriented database and Spring Data MongoDB Reactive"
2222
2323dependencies {
24- api(project(" :starter:spring-boot-starter" ))
24+ api(project(" :starter:spring-boot-starter-mongodb " ))
2525
2626 api(project(" :module:spring-boot-data-mongodb" ))
27- api(project(" :module:spring-boot-mongodb" ))
2827 api(project(" :module:spring-boot-reactor" ))
2928
3029 api(" org.mongodb:mongodb-driver-reactivestreams" )
Original file line number Diff line number Diff line change @@ -21,8 +21,7 @@ plugins {
2121description = " Starter for using MongoDB document-oriented database and Spring Data MongoDB"
2222
2323dependencies {
24- api(project(" :starter:spring-boot-starter" ))
24+ api(project(" :starter:spring-boot-starter-mongodb " ))
2525
2626 api(project(" :module:spring-boot-data-mongodb" ))
27- api(project(" :module:spring-boot-mongodb" ))
2827}
Original file line number Diff line number Diff line change @@ -21,9 +21,7 @@ plugins {
2121description = " Starter for using Spring Session with Spring Data MongoDB"
2222
2323dependencies {
24- api(project(" :starter:spring-boot-starter" ))
2524 api(project(" :starter:spring-boot-starter-data-mongodb" ))
2625
2726 api(project(" :module:spring-boot-session-data-mongodb" ))
28- api(project(" :module:spring-boot-data-mongodb" ))
2927}
You can’t perform that action at this time.
0 commit comments