malliaridis commented on PR #4244:
URL: https://github.com/apache/solr/pull/4244#issuecomment-4144505101

   > Looks like this would get us to "everything matching jersey 3.1.11"?
   
   @epugh Exactly. A bill of materials (BOM), if added correctly to a module 
(that is with that `platform(...)` notation) takes care of the modules it 
manages, specifically their versions. So the BOM of jersey that is added will 
manage all jersey dependencies added to the that module.
   
   However, following this route makes it mandatory to always include the BOM 
together with the dependencies that do not define a version in the 
`libs.version.toml` and that are managed by the BOM, because otherwise they may 
not resolve correctly outside our project (specifically in Maven / pom.xml 
files).
   
   I will check for any related jira issues to update the PR with a ticket 
number, and check the POM files to confirm it resolves everything correctly 
before merging it.


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to