mrk-andreev commented on issue #2131: URL: https://github.com/apache/camel-quarkus/issues/2131#issuecomment-759522890
When I call `quarkus:build` I got exception ``` [error]: Build step org.apache.camel.quarkus.core.deployment.CSimpleRouteDefinitionProcessor#configureCSimpleLanguage threw an exception: java.lang.NoClassDefFoundError: org/apache/camel/language/csimple/CSimpleLanguage ``` How I can exclude `CSimpleRouteDefinitionProcessor` (If I use `LambdaRouteBuilder`)? Or any other solution to solve this problem? ps: Sorry that this question is not directly related to issue topic. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
