Add missing dependency management for MongoDB

See gh-45018

Signed-off-by: Bartosz Markowski <bmarkowski@fastmail.com>
This commit is contained in:
Bartosz Markowski
2025-04-07 11:40:06 +02:00
committed by Stéphane Nicoll
parent 935d759754
commit 3e277a28b4

View File

@@ -1456,10 +1456,12 @@ bom {
modules = [
"bson",
"bson-record-codec",
"bson-kotlin",
"mongodb-driver-core",
"mongodb-driver-legacy",
"mongodb-driver-reactivestreams",
"mongodb-driver-sync"
"mongodb-driver-sync",
"mongodb-driver-kotlin-coroutine"
]
}
links {