mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 11:39:14 +00:00
Add missing dependency management for MongoDB
See gh-45018 Signed-off-by: Bartosz Markowski <bmarkowski@fastmail.com>
This commit is contained in:
committed by
Stéphane Nicoll
parent
935d759754
commit
3e277a28b4
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user