Polish "Upgrade to MongoDB Java Driver 4.0 beta1"

See gh-19960
This commit is contained in:
Stephane Nicoll
2020-01-28 17:29:21 +01:00
parent d2d6dbdc00
commit c4daff7225
29 changed files with 381 additions and 380 deletions

View File

@@ -1196,10 +1196,10 @@ bom {
group("org.mongodb") {
modules = [
"bson",
"mongodb-driver-sync",
"mongodb-driver-async",
"mongodb-driver-core",
"mongodb-driver-reactivestreams"
"mongodb-driver-legacy",
"mongodb-driver-reactivestreams",
"mongodb-driver-sync"
]
}
}