ppalaga commented on issue #828: URL: https://github.com/apache/camel-quarkus/issues/828#issuecomment-641953614
This happens when an example is run unchanged inside the Camel Quarkus source tree. You need to do one of the following: (a) use `mvn clean compile quarkus:dev -DnoDeps` instead of `mvn clean compile quarkus:dev` or (b) replace `<artifactId>camel-quarkus-build-parent</artifactId>` in the example's pom.xml with `<artifactId>camel-quarkus-bom</artifactId>`. The option (b) is documented in https://camel.apache.org/camel-quarkus/latest/user-guide/first-steps.html Thus closing as not a bug. ---------------------------------------------------------------- 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]
