Upgrade to MongoDB Java Driver 4.0 beta1
See gh-19960
This commit is contained in:
committed by
Stephane Nicoll
parent
cf473eeb65
commit
d2d6dbdc00
@@ -8,8 +8,7 @@ dependencies {
|
||||
api(platform(project(":spring-boot-project:spring-boot-dependencies")))
|
||||
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
|
||||
api("io.projectreactor:reactor-core")
|
||||
api("org.mongodb:mongodb-driver")
|
||||
api("org.mongodb:mongodb-driver-async")
|
||||
api("org.mongodb:mongodb-driver-sync")
|
||||
api("org.mongodb:mongodb-driver-reactivestreams")
|
||||
api("org.springframework.data:spring-data-mongodb") {
|
||||
exclude group: "org.mongodb", module: "mongo-java-driver"
|
||||
|
||||
@@ -7,7 +7,7 @@ description = "Starter for using MongoDB document-oriented database and Spring D
|
||||
dependencies {
|
||||
api(platform(project(":spring-boot-project:spring-boot-dependencies")))
|
||||
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
|
||||
api("org.mongodb:mongodb-driver")
|
||||
api("org.mongodb:mongodb-driver-core")
|
||||
api("org.springframework.data:spring-data-mongodb") {
|
||||
exclude group: "org.mongodb", module: "mongo-java-driver"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user