codeconsole commented on PR #15259:
URL: https://github.com/apache/grails-core/pull/15259#issuecomment-3644587487
> If the property is the same for all Grails modules, couldn't you just use
the `org.apache.grails:grails-bom` with that version instead?
you could, but them you would get that version's dependencies. I would
argue more for removing the 100+ module properties altogether.
I think the bom is overwhelmed with so many redundant properties.
I'd recommend any of the following:
1. Go back to the previous format that actually grouped them and providing
something useful. group:verio However, the value is probably quite limited
since they are all released as the same version.
```
org.grails.plugins:gsp::
org.grails:grails-datastore-gorm-hibernate5::
org.grails:grails-datastore-gorm-mongodb::
org.grails:grails-datastore-async,grails-datastore-core,grails-datastore-gorm,grails-datastore-gorm-a
sync,grails-datastore-gorm-support,grails-datastore-gorm-rx,grails-datastore-gorm-test,grails-datastore-gorm-
validation,grails-datastore-web,grails-datastore-gorm-tck,grails-gorm-testing-support:::grails-datastore
```
2. Use the `grails.version`
3. Remove the properties from the bom and just hardcode the version.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]