Browse Source

Complete dependency management for Mongo's Java Driver

See gh-33941
pull/34029/head
Sanan 3 years ago committed by Moritz Halbritter
parent
commit
09d9d601e7
  1. 1
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1350,6 +1350,7 @@ bom { @@ -1350,6 +1350,7 @@ bom {
group("org.mongodb") {
modules = [
"bson",
"bson-record-codec",
"mongodb-driver-core",
"mongodb-driver-legacy",
"mongodb-driver-reactivestreams",

Loading…
Cancel
Save