Skip to content

Commit

Permalink
feat(bom): add mongodb bson BOM (#13456)
Browse files Browse the repository at this point in the history
  • Loading branch information
Puneet Behl committed Apr 4, 2024
1 parent f91566e commit 3368ce7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ ext {
names : ['mongodb-driver'],
modules: ['core', 'sync']
],
'mongodb.bson' : [version: mongodbJavaDriverVersion,
group : 'org.mongodb',
names : ['bson'],
modules: ['', 'record-codec']
],
'gorm' : [version: datastoreVersion,
group : 'org.grails',
names : ['grails-datastore'],
Expand Down

0 comments on commit 3368ce7

Please sign in to comment.