jamesnetherton commented on issue #3302:
URL: https://github.com/apache/camel-quarkus/issues/3302#issuecomment-989648677


   In general I see a lot of the BOM imports as being quite problematic. 
Especially since the ones for the third party extensions import `quarkus-bom`.
   
   Currently we have this mix of `quarkus-bom` versions being resolved in the 
build:
   
   1.3.3.Final
   2.0.0.Final
   2.1.0.Final
   2.2.3.Final
   2.5.0.Final
   2.5.1.Final
   2.6.0.CR1
   
   The main issue is that if something is removed from `quarkus-bom`, it ends 
up being silently added back again by one of the older BOM versions. Thus 
giving the potential for messing up our dependency management.


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


Reply via email to