logabstract opened a new issue, #3550: URL: https://github.com/apache/camel-k/issues/3550
Hello, I'm trying to use cxf in an integration but fails to run with a dependency error in the operator, I'm using explicit dependency in the timer example to demonstrate the error ``` # camel-k: language=yaml # camel-k: dependency=mvn:org.apache.camel:camel-cxf:3.17.0 # Write your routes here, for example: - from: uri: "timer:yaml" parameters: period: "1000" steps: - set-body: constant: "Hello Camel K from yaml" - to: "log:info" ``` The operator shows: {"level":"error","ts":1660678825.4334397,"logger":"camel-k.maven.build","msg":"[ERROR] Some problems were encountered while processing the POMs:\n[ERROR] 'dependencies.dependency.version' for org.apache.camel:camel-cxf:jar is missing. @ line 52, column 17\n @ ","stacktrace":"github.com/apache/camel-k/pkg/util.RunAndLog.func1\n\tgithub.com/apache/camel-k/pkg/util/command.go:58\ngolang.org/x/sync/errgroup.(*Group).Go.func1\n\tgolang.org/x/sync@v0.0.0-20210220032951-036812b2e83c/errgroup/errgroup.go:57"} I know there is a camel quarkus component in the works for cxf, should I wait for it to be realeased or is there any workaround to use the cxf camel component in Camel K? Camel K Version: 1.9.2 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org