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 0392e5c9a2ae5b28851049128a1d225aeb1ed662 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Feb 28 14:08:01 2023 +0100 CAMEL-19062 - Clean up Parent POM - Awaitility Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- components/camel-azure/camel-azure-cosmosdb/pom.xml | 1 + components/camel-azure/camel-azure-eventhubs/pom.xml | 1 + components/camel-azure/camel-azure-key-vault/pom.xml | 1 + components/camel-azure/camel-azure-servicebus/pom.xml | 1 + components/camel-azure/camel-azure-storage-blob/pom.xml | 1 + components/camel-azure/camel-azure-storage-datalake/pom.xml | 1 + components/camel-chatscript/pom.xml | 1 + components/camel-couchbase/pom.xml | 1 + components/camel-elasticsearch/pom.xml | 1 + components/camel-etcd3/pom.xml | 1 + components/camel-ftp/pom.xml | 1 + components/camel-hashicorp-vault/pom.xml | 1 + components/camel-hazelcast/pom.xml | 1 + 13 files changed, 13 insertions(+) diff --git a/components/camel-azure/camel-azure-cosmosdb/pom.xml b/components/camel-azure/camel-azure-cosmosdb/pom.xml index 1beb696b244..9924aa8a970 100644 --- a/components/camel-azure/camel-azure-cosmosdb/pom.xml +++ b/components/camel-azure/camel-azure-cosmosdb/pom.xml @@ -67,6 +67,7 @@ <dependency> <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> + <version>${awaitility-version}</version> <scope>test</scope> </dependency> <dependency> diff --git a/components/camel-azure/camel-azure-eventhubs/pom.xml b/components/camel-azure/camel-azure-eventhubs/pom.xml index c1e6a518dc4..9171b868ccf 100644 --- a/components/camel-azure/camel-azure-eventhubs/pom.xml +++ b/components/camel-azure/camel-azure-eventhubs/pom.xml @@ -75,6 +75,7 @@ <dependency> <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> + <version>${awaitility-version}</version> <scope>test</scope> </dependency> <dependency> diff --git a/components/camel-azure/camel-azure-key-vault/pom.xml b/components/camel-azure/camel-azure-key-vault/pom.xml index 42ef407c2a2..bea5dd82e4c 100644 --- a/components/camel-azure/camel-azure-key-vault/pom.xml +++ b/components/camel-azure/camel-azure-key-vault/pom.xml @@ -83,6 +83,7 @@ <dependency> <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> + <version>${awaitility-version}</version> <scope>test</scope> </dependency> <dependency> diff --git a/components/camel-azure/camel-azure-servicebus/pom.xml b/components/camel-azure/camel-azure-servicebus/pom.xml index b0f77568372..7367f975a39 100644 --- a/components/camel-azure/camel-azure-servicebus/pom.xml +++ b/components/camel-azure/camel-azure-servicebus/pom.xml @@ -71,6 +71,7 @@ <dependency> <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> + <version>${awaitility-version}</version> <scope>test</scope> </dependency> <dependency> diff --git a/components/camel-azure/camel-azure-storage-blob/pom.xml b/components/camel-azure/camel-azure-storage-blob/pom.xml index 00d50155200..cae010a39b7 100644 --- a/components/camel-azure/camel-azure-storage-blob/pom.xml +++ b/components/camel-azure/camel-azure-storage-blob/pom.xml @@ -98,6 +98,7 @@ <dependency> <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> + <version>${awaitility-version}</version> <scope>test</scope> </dependency> <dependency> diff --git a/components/camel-azure/camel-azure-storage-datalake/pom.xml b/components/camel-azure/camel-azure-storage-datalake/pom.xml index 2792c0b2743..166b2f94cf5 100644 --- a/components/camel-azure/camel-azure-storage-datalake/pom.xml +++ b/components/camel-azure/camel-azure-storage-datalake/pom.xml @@ -70,6 +70,7 @@ <dependency> <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> + <version>${awaitility-version}</version> <scope>test</scope> </dependency> <dependency> diff --git a/components/camel-chatscript/pom.xml b/components/camel-chatscript/pom.xml index f91e9454540..f5d730c58fc 100644 --- a/components/camel-chatscript/pom.xml +++ b/components/camel-chatscript/pom.xml @@ -65,6 +65,7 @@ <dependency> <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> + <version>${awaitility-version}</version> <scope>test</scope> </dependency> </dependencies> diff --git a/components/camel-couchbase/pom.xml b/components/camel-couchbase/pom.xml index 2ca51331604..fa36682522c 100644 --- a/components/camel-couchbase/pom.xml +++ b/components/camel-couchbase/pom.xml @@ -59,6 +59,7 @@ <dependency> <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> + <version>${awaitility-version}</version> <scope>test</scope> </dependency> diff --git a/components/camel-elasticsearch/pom.xml b/components/camel-elasticsearch/pom.xml index 7d59d787056..1a35753cc64 100644 --- a/components/camel-elasticsearch/pom.xml +++ b/components/camel-elasticsearch/pom.xml @@ -70,6 +70,7 @@ <dependency> <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> + <version>${awaitility-version}</version> <scope>test</scope> </dependency> diff --git a/components/camel-etcd3/pom.xml b/components/camel-etcd3/pom.xml index 7bdc643991c..05768918154 100644 --- a/components/camel-etcd3/pom.xml +++ b/components/camel-etcd3/pom.xml @@ -92,6 +92,7 @@ <dependency> <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> + <version>${awaitility-version}</version> <scope>test</scope> </dependency> <dependency> diff --git a/components/camel-ftp/pom.xml b/components/camel-ftp/pom.xml index a6370731a0d..8b9f40ab645 100644 --- a/components/camel-ftp/pom.xml +++ b/components/camel-ftp/pom.xml @@ -87,6 +87,7 @@ <dependency> <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> + <version>${awaitility-version}</version> <scope>test</scope> </dependency> diff --git a/components/camel-hashicorp-vault/pom.xml b/components/camel-hashicorp-vault/pom.xml index 98263a2dd71..992abc7862e 100644 --- a/components/camel-hashicorp-vault/pom.xml +++ b/components/camel-hashicorp-vault/pom.xml @@ -67,6 +67,7 @@ <dependency> <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> + <version>${awaitility-version}</version> <scope>test</scope> </dependency> <dependency> diff --git a/components/camel-hazelcast/pom.xml b/components/camel-hazelcast/pom.xml index 5537d5baa46..e4e1bd9b859 100644 --- a/components/camel-hazelcast/pom.xml +++ b/components/camel-hazelcast/pom.xml @@ -74,6 +74,7 @@ <dependency> <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> + <version>${awaitility-version}</version> <scope>test</scope> </dependency>