Merge pull request #33941 from sannanansari
* pr/33941: Complete dependency management for Mongo's Java Driver Closes gh-33941
This commit is contained in:
commit
53f0840818
|
|
@ -1350,6 +1350,7 @@ bom {
|
||||||
group("org.mongodb") {
|
group("org.mongodb") {
|
||||||
modules = [
|
modules = [
|
||||||
"bson",
|
"bson",
|
||||||
|
"bson-record-codec",
|
||||||
"mongodb-driver-core",
|
"mongodb-driver-core",
|
||||||
"mongodb-driver-legacy",
|
"mongodb-driver-legacy",
|
||||||
"mongodb-driver-reactivestreams",
|
"mongodb-driver-reactivestreams",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue