You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2023/01/11 05:11:37 UTC

[GitHub] [camel-k] tadayosi commented on issue #3961: CXF Maven Dependency error while running the camel k on OpenShift

tadayosi commented on issue #3961:
URL: https://github.com/apache/camel-k/issues/3961#issuecomment-1378249380

   @gtata007 We don't think it's a bug.
   
   Firstly, 1.6.x is a bit too old. Please upgrade to Camel K 1.11.0.
   
   Secondly, we don't recommend directly specifying a Camel component in a Maven GAV format, as it may specify a conflicting version with the internal Camel dependency catalog.
   ```
   // camel-k: dependency=mvn:org.apache.camel.quarkus:camel-quarkus-cxf-soap:2.14.0
   ```
   Instead, specify a dep as follows:
   ```
   // camel-k: dependency=camel:cxf-soap
   ```


-- 
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-unsubscribe@camel.apache.org

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