jamesnetherton commented on a change in pull request #1938:
URL: https://github.com/apache/camel-quarkus/pull/1938#discussion_r509161065
##########
File path: integration-tests/lumberjack/pom.xml
##########
@@ -51,6 +51,14 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.apache.camel.quarkus</groupId>
+ <artifactId>camel-quarkus-bean</artifactId>
Review comment:
Whenever you add camel extension dependencies into the itest pom, please
run `mvn process-resources -Pformat -N` from the project root to regenerate the
set of imported pom dependencies (E.g the stuff under the `The following
dependencies guarantee that this module is built after them` comment).
----------------------------------------------------------------
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]