Switch dependency management to use MongoDB's bom

Closes gh-44758
This commit is contained in:
Stéphane Nicoll
2025-04-11 12:18:07 +02:00
parent 5408a49185
commit 06cc550524

View File

@@ -1567,16 +1567,7 @@ bom {
}
library("MongoDB", "5.4.0") {
group("org.mongodb") {
modules = [
"bson",
"bson-kotlin",
"bson-record-codec",
"mongodb-driver-core",
"mongodb-driver-kotlin-coroutine",
"mongodb-driver-legacy",
"mongodb-driver-reactivestreams",
"mongodb-driver-sync"
]
bom("mongodb-driver-bom")
}
links {
site("https://github.com/mongodb/mongo-java-driver")