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 894635d102834d03b11c68382ffeb681ef93a75a Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Feb 28 14:11:32 2023 +0100 CAMEL-19062 - Clean up Parent POM - Awaitility Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- components/camel-mina/pom.xml | 1 + components/camel-mongodb/pom.xml | 1 + components/camel-mybatis/pom.xml | 1 + components/camel-netty-http/pom.xml | 1 + components/camel-netty/pom.xml | 1 + components/camel-quartz/pom.xml | 1 + components/camel-spring-rabbitmq/pom.xml | 1 + components/camel-sql/pom.xml | 1 + components/camel-stitch/pom.xml | 1 + components/camel-telegram/pom.xml | 1 + components/camel-webhook/pom.xml | 1 + components/camel-zipfile/pom.xml | 1 + components/camel-zookeeper/pom.xml | 1 + dsl/camel-xml-io-dsl/pom.xml | 3 ++- 14 files changed, 15 insertions(+), 1 deletion(-) diff --git a/components/camel-mina/pom.xml b/components/camel-mina/pom.xml index 17d2d867e8e..ae01e758019 100644 --- a/components/camel-mina/pom.xml +++ b/components/camel-mina/pom.xml @@ -77,6 +77,7 @@ <dependency> <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> + <version>${awaitility-version}</version> <scope>test</scope> </dependency> </dependencies> diff --git a/components/camel-mongodb/pom.xml b/components/camel-mongodb/pom.xml index a61e913b820..7c87d1453c9 100644 --- a/components/camel-mongodb/pom.xml +++ b/components/camel-mongodb/pom.xml @@ -103,6 +103,7 @@ <dependency> <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> + <version>${awaitility-version}</version> <scope>test</scope> </dependency> </dependencies> diff --git a/components/camel-mybatis/pom.xml b/components/camel-mybatis/pom.xml index 591802d2a17..b8b370f0515 100644 --- a/components/camel-mybatis/pom.xml +++ b/components/camel-mybatis/pom.xml @@ -70,6 +70,7 @@ <dependency> <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> + <version>${awaitility-version}</version> <scope>test</scope> </dependency> </dependencies> diff --git a/components/camel-netty-http/pom.xml b/components/camel-netty-http/pom.xml index 5f88bb9d567..60cc74361de 100644 --- a/components/camel-netty-http/pom.xml +++ b/components/camel-netty-http/pom.xml @@ -164,6 +164,7 @@ <dependency> <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> + <version>${awaitility-version}</version> <scope>test</scope> </dependency> <dependency> diff --git a/components/camel-netty/pom.xml b/components/camel-netty/pom.xml index a1cd914b8e0..5d692205adf 100644 --- a/components/camel-netty/pom.xml +++ b/components/camel-netty/pom.xml @@ -114,6 +114,7 @@ <dependency> <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> + <version>${awaitility-version}</version> <scope>test</scope> </dependency> </dependencies> diff --git a/components/camel-quartz/pom.xml b/components/camel-quartz/pom.xml index 7d02dc5420a..d1566a6ac42 100644 --- a/components/camel-quartz/pom.xml +++ b/components/camel-quartz/pom.xml @@ -111,6 +111,7 @@ <dependency> <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> + <version>${awaitility-version}</version> <scope>test</scope> </dependency> </dependencies> diff --git a/components/camel-spring-rabbitmq/pom.xml b/components/camel-spring-rabbitmq/pom.xml index 82a86cd39ba..7e17eb58fd1 100644 --- a/components/camel-spring-rabbitmq/pom.xml +++ b/components/camel-spring-rabbitmq/pom.xml @@ -91,6 +91,7 @@ <dependency> <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> + <version>${awaitility-version}</version> <scope>test</scope> </dependency> <dependency> diff --git a/components/camel-sql/pom.xml b/components/camel-sql/pom.xml index d299c49bf56..b9b67fa8d0b 100644 --- a/components/camel-sql/pom.xml +++ b/components/camel-sql/pom.xml @@ -72,6 +72,7 @@ <dependency> <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> + <version>${awaitility-version}</version> <scope>test</scope> </dependency> <!-- derby used for stored procedure tests --> diff --git a/components/camel-stitch/pom.xml b/components/camel-stitch/pom.xml index 7a38359ae90..506589658fe 100644 --- a/components/camel-stitch/pom.xml +++ b/components/camel-stitch/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-telegram/pom.xml b/components/camel-telegram/pom.xml index dcb49bc9565..60594de0a57 100644 --- a/components/camel-telegram/pom.xml +++ b/components/camel-telegram/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-webhook/pom.xml b/components/camel-webhook/pom.xml index 04b61c50c62..0d7365d6fec 100644 --- a/components/camel-webhook/pom.xml +++ b/components/camel-webhook/pom.xml @@ -46,6 +46,7 @@ <dependency> <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> + <version>${awaitility-version}</version> <scope>test</scope> </dependency> <dependency> diff --git a/components/camel-zipfile/pom.xml b/components/camel-zipfile/pom.xml index 013c46551b3..22926fc0af6 100644 --- a/components/camel-zipfile/pom.xml +++ b/components/camel-zipfile/pom.xml @@ -63,6 +63,7 @@ <dependency> <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> + <version>${awaitility-version}</version> <scope>test</scope> </dependency> </dependencies> diff --git a/components/camel-zookeeper/pom.xml b/components/camel-zookeeper/pom.xml index 74e036475d1..19be6e57c7c 100644 --- a/components/camel-zookeeper/pom.xml +++ b/components/camel-zookeeper/pom.xml @@ -176,6 +176,7 @@ <dependency> <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> + <version>${awaitility-version}</version> <scope>test</scope> </dependency> diff --git a/dsl/camel-xml-io-dsl/pom.xml b/dsl/camel-xml-io-dsl/pom.xml index 151eb1b7a53..2f8cbb6915b 100644 --- a/dsl/camel-xml-io-dsl/pom.xml +++ b/dsl/camel-xml-io-dsl/pom.xml @@ -120,6 +120,7 @@ <dependency> <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> + <version>${awaitility-version}</version> <scope>test</scope> </dependency> @@ -140,4 +141,4 @@ </dependency> </dependencies> -</project> \ No newline at end of file +</project>