JiriOndrusek commented on code in PR #5730:
URL: https://github.com/apache/camel-quarkus/pull/5730#discussion_r1481500101
##########
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:
(and the same approach is used in the CQ in different locations.)
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]