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 {
21
21
description = " Starter for using MongoDB document-oriented database and Spring Data MongoDB Reactive"
22
22
23
23
dependencies {
24
- api(project(" :starter:spring-boot-starter" ))
24
+ api(project(" :starter:spring-boot-starter-mongodb " ))
25
25
26
26
api(project(" :module:spring-boot-data-mongodb" ))
27
- api(project(" :module:spring-boot-mongodb" ))
28
27
api(project(" :module:spring-boot-reactor" ))
29
28
30
29
api(" org.mongodb:mongodb-driver-reactivestreams" )
Original file line number Diff line number Diff line change @@ -21,8 +21,7 @@ plugins {
21
21
description = " Starter for using MongoDB document-oriented database and Spring Data MongoDB"
22
22
23
23
dependencies {
24
- api(project(" :starter:spring-boot-starter" ))
24
+ api(project(" :starter:spring-boot-starter-mongodb " ))
25
25
26
26
api(project(" :module:spring-boot-data-mongodb" ))
27
- api(project(" :module:spring-boot-mongodb" ))
28
27
}
Original file line number Diff line number Diff line change @@ -21,9 +21,7 @@ plugins {
21
21
description = " Starter for using Spring Session with Spring Data MongoDB"
22
22
23
23
dependencies {
24
- api(project(" :starter:spring-boot-starter" ))
25
24
api(project(" :starter:spring-boot-starter-data-mongodb" ))
26
25
27
26
api(project(" :module:spring-boot-session-data-mongodb" ))
28
- api(project(" :module:spring-boot-data-mongodb" ))
29
27
}
You can’t perform that action at this time.
0 commit comments