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 b70e904d870e7b1028d519d6b3eb9e5b0ca93307 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Feb 28 13:57:29 2023 +0100 CAMEL-19062 - Clean up Parent POM - Awaitility Signed-off-by: Andrea Cosentino <[email protected]> --- components/camel-atom/pom.xml | 1 + components/camel-jetty/pom.xml | 1 + components/camel-jms/pom.xml | 1 + components/camel-spring-xml/pom.xml | 1 + core/camel-core/pom.xml | 1 + core/camel-management/pom.xml | 1 + test-infra/camel-test-infra-jetty/pom.xml | 1 + 7 files changed, 7 insertions(+) diff --git a/components/camel-atom/pom.xml b/components/camel-atom/pom.xml index f759ebc2518..f19b5132a9c 100644 --- a/components/camel-atom/pom.xml +++ b/components/camel-atom/pom.xml @@ -199,6 +199,7 @@ <dependency> <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> + <version>${awaitility-version}</version> <scope>test</scope> </dependency> </dependencies> diff --git a/components/camel-jetty/pom.xml b/components/camel-jetty/pom.xml index 1491334e171..23d39b0e3df 100644 --- a/components/camel-jetty/pom.xml +++ b/components/camel-jetty/pom.xml @@ -180,6 +180,7 @@ <dependency> <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> + <version>${awaitility-version}</version> <scope>test</scope> </dependency> </dependencies> diff --git a/components/camel-jms/pom.xml b/components/camel-jms/pom.xml index 373603ea67e..7c702ccd0b5 100644 --- a/components/camel-jms/pom.xml +++ b/components/camel-jms/pom.xml @@ -109,6 +109,7 @@ <dependency> <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> + <version>${awaitility-version}</version> <scope>test</scope> </dependency> diff --git a/components/camel-spring-xml/pom.xml b/components/camel-spring-xml/pom.xml index 8513ec16b4f..1b2f645eac4 100644 --- a/components/camel-spring-xml/pom.xml +++ b/components/camel-spring-xml/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/core/camel-core/pom.xml b/core/camel-core/pom.xml index 4e44a340189..34f2a27a9dd 100644 --- a/core/camel-core/pom.xml +++ b/core/camel-core/pom.xml @@ -185,6 +185,7 @@ <dependency> <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> + <version>${awaitility-version}</version> <scope>test</scope> </dependency> <dependency> diff --git a/core/camel-management/pom.xml b/core/camel-management/pom.xml index 784eff7b9e3..eda0bb06bc0 100644 --- a/core/camel-management/pom.xml +++ b/core/camel-management/pom.xml @@ -68,6 +68,7 @@ <dependency> <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> + <version>${awaitility-version}</version> <scope>test</scope> </dependency> <dependency> diff --git a/test-infra/camel-test-infra-jetty/pom.xml b/test-infra/camel-test-infra-jetty/pom.xml index c29cc241b9f..c042632f051 100644 --- a/test-infra/camel-test-infra-jetty/pom.xml +++ b/test-infra/camel-test-infra-jetty/pom.xml @@ -48,6 +48,7 @@ <dependency> <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> + <version>${awaitility-version}</version> </dependency> <dependency>
