JiriOndrusek commented on code in PR #5730: URL: https://github.com/apache/camel-quarkus/pull/5730#discussion_r1481488994
########## 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: the test project contains constants, which are needed in runtime. -- 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