We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5408a49 commit 06cc550Copy full SHA for 06cc550
spring-boot-project/spring-boot-dependencies/build.gradle
@@ -1567,16 +1567,7 @@ bom {
1567
}
1568
library("MongoDB", "5.4.0") {
1569
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
- ]
+ bom("mongodb-driver-bom")
1580
1581
links {
1582
site("https://github.com/mongodb/mongo-java-driver")
0 commit comments