JiriOndrusek commented on code in PR #5730: URL: https://github.com/apache/camel-quarkus/pull/5730#discussion_r1481498632
########## integration-tests/splunk-hec/pom.xml: ########## @@ -51,9 +55,49 @@ <artifactId>rest-assured</artifactId> <scope>test</scope> </dependency> + + <dependency> + <groupId>org.awaitility</groupId> + <artifactId>awaitility</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.camel.quarkus</groupId> + <artifactId>camel-quarkus-integration-tests-support-splunk</artifactId> + <type>test-jar</type> Review Comment: I understand you concern now, as I read it for the second time, but as I remember I tried to add this dependency as the compile scope alone (not the test scope) and maven was ignoring the test classes. Therefore I had to define it again for the test cope -- 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