Upgrade to MongoDB Java Driver 4.0 beta1
See gh-19960
This commit is contained in:
committed by
Stephane Nicoll
parent
cf473eeb65
commit
d2d6dbdc00
@@ -1192,21 +1192,14 @@ bom {
|
||||
]
|
||||
}
|
||||
}
|
||||
library("Mongo Driver ReactiveStreams", "1.13.0") {
|
||||
group("org.mongodb") {
|
||||
modules = [
|
||||
"mongodb-driver-reactivestreams"
|
||||
]
|
||||
}
|
||||
}
|
||||
library("MongoDB", "3.12.1") {
|
||||
library("MongoDB", "4.0.0-beta1") {
|
||||
group("org.mongodb") {
|
||||
modules = [
|
||||
"bson",
|
||||
"mongodb-driver",
|
||||
"mongodb-driver-sync",
|
||||
"mongodb-driver-async",
|
||||
"mongodb-driver-core",
|
||||
"mongo-java-driver"
|
||||
"mongodb-driver-reactivestreams"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1601,7 +1594,7 @@ bom {
|
||||
]
|
||||
}
|
||||
}
|
||||
library("Spring Data Releasetrain", "Neumann-M2") {
|
||||
library("Spring Data Releasetrain", "Neumann-BUILD-SNAPSHOT") {
|
||||
group("org.springframework.data") {
|
||||
imports = [
|
||||
"spring-data-releasetrain"
|
||||
|
||||
Reference in New Issue
Block a user