Skip to content

Commit 06cc550

Browse files
committed
Switch dependency management to use MongoDB's bom
Closes gh-44758
1 parent 5408a49 commit 06cc550

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

+1-10
Original file line numberDiff line numberDiff line change
@@ -1567,16 +1567,7 @@ bom {
15671567
}
15681568
library("MongoDB", "5.4.0") {
15691569
group("org.mongodb") {
1570-
modules = [
1571-
"bson",
1572-
"bson-kotlin",
1573-
"bson-record-codec",
1574-
"mongodb-driver-core",
1575-
"mongodb-driver-kotlin-coroutine",
1576-
"mongodb-driver-legacy",
1577-
"mongodb-driver-reactivestreams",
1578-
"mongodb-driver-sync"
1579-
]
1570+
bom("mongodb-driver-bom")
15801571
}
15811572
links {
15821573
site("https://github.com/mongodb/mongo-java-driver")

0 commit comments

Comments
 (0)