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-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org