zhfeng commented on code in PR #5714: URL: https://github.com/apache/camel-quarkus/pull/5714#discussion_r1476053867
########## integration-tests/lra/pom.xml: ########## @@ -47,6 +47,10 @@ <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-lra</artifactId> </dependency> + <dependency> + <groupId>org.apache.camel.quarkus</groupId> + <artifactId>camel-quarkus-mock</artifactId> Review Comment: When I run `mvn process-resources -Pformat -N` to regenerate. ``` [ERROR] Failed to execute goal org.l2x6.cq:cq-maven-plugin:4.4.7:format (sort-poms) on project camel-quarkus: Unable to parse configuration of mojo org.l2x6.cq:cq-maven-plugin:4.4.7:format for parameter updateVirtualDependencies: Cannot set 'updateVirtualDependencies' in class org.l2x6.cq.maven.FormatPomsMojo: Type org.apache.maven.shared.utils.io.DirectoryScanner not present -> [Help 1] ``` @ppalaga is it an issue with cq-maven-plugin? -- 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