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

   > The newer versions of the 2 extensions above make use of Quarkus 
2.14.0.Final which would push Camel 3.19.0 extensions into the classpath
   
   Usually you would import `io.quarkus.platform:quarkus-bom:2.13.4.Final` & 
`io.quarkus.platform:quarkus-camel-bom:2.13.4.Final` before any other BOMs in 
`dependencyMangement`. That effectively fixes the Quarkus version used in the 
application.
   
   So you could then proceed to add your `quarkus-pooled-jms:1.0.5` and 
`quarkus-artemis:2.0.0` dependencies. They should work ok with Quarkus 
2.13.4.Final. Maybe @zhfeng can confirm.


-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to