This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit c015ef951c064e84efcfb3435d6523a9975f4f76 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Mar 1 12:45:18 2023 +0100 CAMEL-19062 - Clean up Parent POM - Testcontainers Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- test-infra/camel-test-infra-arangodb/pom.xml | 3 ++- test-infra/camel-test-infra-artemis/pom.xml | 1 + test-infra/camel-test-infra-azure-storage-queue/pom.xml | 3 ++- test-infra/camel-test-infra-consul/pom.xml | 3 ++- test-infra/camel-test-infra-dispatch-router/pom.xml | 3 ++- test-infra/camel-test-infra-google-pubsub/pom.xml | 4 +++- test-infra/camel-test-infra-hdfs/pom.xml | 3 ++- test-infra/camel-test-infra-infinispan/pom.xml | 3 ++- test-infra/camel-test-infra-jdbc/pom.xml | 4 +++- test-infra/camel-test-infra-messaging-common/pom.xml | 1 + test-infra/camel-test-infra-microprofile-lra/pom.xml | 1 + test-infra/camel-test-infra-minio/pom.xml | 3 ++- test-infra/camel-test-infra-nats/pom.xml | 3 ++- 13 files changed, 25 insertions(+), 10 deletions(-) diff --git a/test-infra/camel-test-infra-arangodb/pom.xml b/test-infra/camel-test-infra-arangodb/pom.xml index 87ca9c9244b..cd96d8f9028 100644 --- a/test-infra/camel-test-infra-arangodb/pom.xml +++ b/test-infra/camel-test-infra-arangodb/pom.xml @@ -43,6 +43,7 @@ <dependency> <groupId>org.testcontainers</groupId> <artifactId>testcontainers</artifactId> + <version>${testcontainers-version}</version> </dependency> </dependencies> @@ -56,4 +57,4 @@ </build> -</project> \ No newline at end of file +</project> diff --git a/test-infra/camel-test-infra-artemis/pom.xml b/test-infra/camel-test-infra-artemis/pom.xml index ae8f8df900d..805c968f202 100644 --- a/test-infra/camel-test-infra-artemis/pom.xml +++ b/test-infra/camel-test-infra-artemis/pom.xml @@ -49,6 +49,7 @@ <dependency> <groupId>org.testcontainers</groupId> <artifactId>testcontainers</artifactId> + <version>${testcontainers-version}</version> </dependency> <dependency> <groupId>org.apache.activemq</groupId> diff --git a/test-infra/camel-test-infra-azure-storage-queue/pom.xml b/test-infra/camel-test-infra-azure-storage-queue/pom.xml index ba5735ac330..0f018a4650c 100644 --- a/test-infra/camel-test-infra-azure-storage-queue/pom.xml +++ b/test-infra/camel-test-infra-azure-storage-queue/pom.xml @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="UTF-8"?> +g<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more @@ -61,6 +61,7 @@ <dependency> <groupId>org.testcontainers</groupId> <artifactId>testcontainers</artifactId> + <version>${testcontainers-version}</version> </dependency> <!-- azure sdk --> diff --git a/test-infra/camel-test-infra-consul/pom.xml b/test-infra/camel-test-infra-consul/pom.xml index 18905b881c5..03ee1fa83cf 100644 --- a/test-infra/camel-test-infra-consul/pom.xml +++ b/test-infra/camel-test-infra-consul/pom.xml @@ -43,6 +43,7 @@ <dependency> <groupId>org.testcontainers</groupId> <artifactId>testcontainers</artifactId> + <version>${testcontainers-version}</version> </dependency> <dependency> @@ -62,4 +63,4 @@ </build> -</project> \ No newline at end of file +</project> diff --git a/test-infra/camel-test-infra-dispatch-router/pom.xml b/test-infra/camel-test-infra-dispatch-router/pom.xml index e2938af89eb..827495028b4 100644 --- a/test-infra/camel-test-infra-dispatch-router/pom.xml +++ b/test-infra/camel-test-infra-dispatch-router/pom.xml @@ -50,6 +50,7 @@ <dependency> <groupId>org.testcontainers</groupId> <artifactId>testcontainers</artifactId> + <version>${testcontainers-version}</version> </dependency> </dependencies> @@ -62,4 +63,4 @@ </plugins> </build> -</project> \ No newline at end of file +</project> diff --git a/test-infra/camel-test-infra-google-pubsub/pom.xml b/test-infra/camel-test-infra-google-pubsub/pom.xml index 0556c49943c..6f0bb7773e2 100644 --- a/test-infra/camel-test-infra-google-pubsub/pom.xml +++ b/test-infra/camel-test-infra-google-pubsub/pom.xml @@ -43,11 +43,13 @@ <dependency> <groupId>org.testcontainers</groupId> <artifactId>testcontainers</artifactId> + <version>${testcontainers-version}</version> </dependency> <dependency> <groupId>org.testcontainers</groupId> <artifactId>gcloud</artifactId> + <version>${testcontainers-version}</version> </dependency> </dependencies> @@ -60,4 +62,4 @@ </plugins> </build> -</project> \ No newline at end of file +</project> diff --git a/test-infra/camel-test-infra-hdfs/pom.xml b/test-infra/camel-test-infra-hdfs/pom.xml index 92027b225db..18a5a414346 100644 --- a/test-infra/camel-test-infra-hdfs/pom.xml +++ b/test-infra/camel-test-infra-hdfs/pom.xml @@ -49,6 +49,7 @@ <dependency> <groupId>org.testcontainers</groupId> <artifactId>testcontainers</artifactId> + <version>${testcontainers-version}</version> </dependency> <dependency> @@ -84,4 +85,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> diff --git a/test-infra/camel-test-infra-infinispan/pom.xml b/test-infra/camel-test-infra-infinispan/pom.xml index 13c36aec04d..1bdb8aa0ccf 100644 --- a/test-infra/camel-test-infra-infinispan/pom.xml +++ b/test-infra/camel-test-infra-infinispan/pom.xml @@ -43,6 +43,7 @@ <dependency> <groupId>org.testcontainers</groupId> <artifactId>testcontainers</artifactId> + <version>${testcontainers-version}</version> </dependency> </dependencies> @@ -56,4 +57,4 @@ </build> -</project> \ No newline at end of file +</project> diff --git a/test-infra/camel-test-infra-jdbc/pom.xml b/test-infra/camel-test-infra-jdbc/pom.xml index 5111ec62151..14c7fa3d141 100644 --- a/test-infra/camel-test-infra-jdbc/pom.xml +++ b/test-infra/camel-test-infra-jdbc/pom.xml @@ -42,11 +42,13 @@ <dependency> <groupId>org.testcontainers</groupId> <artifactId>testcontainers</artifactId> + <version>${testcontainers-version}</version> </dependency> <dependency> <groupId>org.testcontainers</groupId> <artifactId>jdbc</artifactId> + <version>${testcontainers-version}</version> </dependency> </dependencies> @@ -59,4 +61,4 @@ </plugins> </build> -</project> \ No newline at end of file +</project> diff --git a/test-infra/camel-test-infra-messaging-common/pom.xml b/test-infra/camel-test-infra-messaging-common/pom.xml index 497c91001e2..d11695844ac 100644 --- a/test-infra/camel-test-infra-messaging-common/pom.xml +++ b/test-infra/camel-test-infra-messaging-common/pom.xml @@ -42,6 +42,7 @@ <dependency> <groupId>org.testcontainers</groupId> <artifactId>testcontainers</artifactId> + <version>${testcontainers-version}</version> </dependency> <!-- Any JMS-based infra should provide their own implementation--> diff --git a/test-infra/camel-test-infra-microprofile-lra/pom.xml b/test-infra/camel-test-infra-microprofile-lra/pom.xml index 4346b1d47b7..6e10a517908 100644 --- a/test-infra/camel-test-infra-microprofile-lra/pom.xml +++ b/test-infra/camel-test-infra-microprofile-lra/pom.xml @@ -43,6 +43,7 @@ <dependency> <groupId>org.testcontainers</groupId> <artifactId>testcontainers</artifactId> + <version>${testcontainers-version}</version> </dependency> </dependencies> diff --git a/test-infra/camel-test-infra-minio/pom.xml b/test-infra/camel-test-infra-minio/pom.xml index 2f34bd0f119..92411ee3b6f 100644 --- a/test-infra/camel-test-infra-minio/pom.xml +++ b/test-infra/camel-test-infra-minio/pom.xml @@ -43,6 +43,7 @@ <dependency> <groupId>org.testcontainers</groupId> <artifactId>testcontainers</artifactId> + <version>${testcontainers-version}</version> </dependency> </dependencies> @@ -56,4 +57,4 @@ </build> -</project> \ No newline at end of file +</project> diff --git a/test-infra/camel-test-infra-nats/pom.xml b/test-infra/camel-test-infra-nats/pom.xml index 19d99273c27..6f671c48315 100644 --- a/test-infra/camel-test-infra-nats/pom.xml +++ b/test-infra/camel-test-infra-nats/pom.xml @@ -43,6 +43,7 @@ <dependency> <groupId>org.testcontainers</groupId> <artifactId>testcontainers</artifactId> + <version>${testcontainers-version}</version> </dependency> </dependencies> @@ -56,4 +57,4 @@ </build> -</project> \ No newline at end of file +</project>