jamesnetherton commented on code in PR #5333: URL: https://github.com/apache/camel-quarkus/pull/5333#discussion_r1334005552
########## integration-tests-jvm/azure-servicebus/pom.xml: ########## @@ -58,6 +58,22 @@ <groupId>io.quarkus</groupId> <artifactId>quarkus-resteasy</artifactId> </dependency> + <dependency> + <groupId>org.apache.camel.quarkus</groupId> + <artifactId>camel-quarkus-direct</artifactId> Review Comment: Whenever you add new Camel Quarkus extension dependencies to the test, the corresponding `-deployment` dependency needs to be added to the `virtualDependencies` profile (you'll find it at the end of the `pom.xml`). -- 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