jamesnetherton commented on code in PR #5730:
URL: https://github.com/apache/camel-quarkus/pull/5730#discussion_r1481689194
##########
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>
+ <scope>test</scope>
+ </dependency>
+
</dependencies>
<profiles>
+ <profile>
Review Comment:
We'll need to add the `skip-testcontainers-tests` profile (see how its done
elsewhere) because the Windows CI runners do not have Docker.
--
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]