Polish "Add missing dependency management for MongoDB"

See gh-45018
This commit is contained in:
Stéphane Nicoll
2025-04-11 10:29:26 +02:00
parent 3e277a28b4
commit 6d3686451b

View File

@@ -1455,13 +1455,13 @@ bom {
group("org.mongodb") {
modules = [
"bson",
"bson-record-codec",
"bson-kotlin",
"bson-record-codec",
"mongodb-driver-core",
"mongodb-driver-kotlin-coroutine",
"mongodb-driver-legacy",
"mongodb-driver-reactivestreams",
"mongodb-driver-sync",
"mongodb-driver-kotlin-coroutine"
"mongodb-driver-sync"
]
}
links {