fhossfel commented on issue #4266: URL: https://github.com/apache/camel-k/issues/4266#issuecomment-1520117765
If I add just the Xerces dep it will complain about another FactoryConfigurationError `com.ctc.wstx.stax.WstxInputFactory not found`. If I add a manual dependency on `woodstox-core`it will run. So my total command line looks like this: kamel run -d mvn:xerces:xercesImpl:2.12.2 -d mvn:com.fasterxml.woodstox:woodstox-core:6.5.1 test3.groovy --dev This is kind of a work around. But what actually surprises me is this: What has changed in the last week? -- 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