This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push: new bca0397 Add missing test scope to camel-quarkus-integration-test-support bca0397 is described below commit bca0397bde6c6ac4a6da546eb96c1b737298f9e2 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Wed Apr 21 09:01:25 2021 +0100 Add missing test scope to camel-quarkus-integration-test-support --- integration-tests/kafka-sasl/pom.xml | 1 + integration-tests/kafka/pom.xml | 1 + integration-tests/syslog/pom.xml | 1 + 3 files changed, 3 insertions(+) diff --git a/integration-tests/kafka-sasl/pom.xml b/integration-tests/kafka-sasl/pom.xml index b822648..626aec4 100644 --- a/integration-tests/kafka-sasl/pom.xml +++ b/integration-tests/kafka-sasl/pom.xml @@ -64,6 +64,7 @@ <dependency> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-integration-test-support</artifactId> + <scope>test</scope> </dependency> <dependency> <groupId>org.testcontainers</groupId> diff --git a/integration-tests/kafka/pom.xml b/integration-tests/kafka/pom.xml index 7922668..8eda49c 100644 --- a/integration-tests/kafka/pom.xml +++ b/integration-tests/kafka/pom.xml @@ -64,6 +64,7 @@ <dependency> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-integration-test-support</artifactId> + <scope>test</scope> </dependency> <dependency> <groupId>org.testcontainers</groupId> diff --git a/integration-tests/syslog/pom.xml b/integration-tests/syslog/pom.xml index 2059267..a6fe975 100644 --- a/integration-tests/syslog/pom.xml +++ b/integration-tests/syslog/pom.xml @@ -57,6 +57,7 @@ <dependency> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-integration-test-support</artifactId> + <scope>test</scope> </dependency> <!-- test dependencies -->