You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/03/02 09:45:07 UTC

[camel] 06/06: CAMEL-19062 - Clean up Parent POM - Hamcrest

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 4177566e508bae3f98104241c3f97112716ab494
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 2 10:43:33 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Hamcrest
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-twitter/pom.xml               | 1 +
 components/camel-weather/pom.xml               | 1 +
 components/camel-wordpress/pom.xml             | 1 +
 dsl/camel-xml-jaxb-dsl-test/definition/pom.xml | 1 +
 dsl/camel-xml-jaxb-dsl-test/spring/pom.xml     | 1 +
 dsl/camel-xml-jaxb-dsl/pom.xml                 | 1 +
 6 files changed, 6 insertions(+)

diff --git a/components/camel-twitter/pom.xml b/components/camel-twitter/pom.xml
index cf35537a805..663b68ed724 100644
--- a/components/camel-twitter/pom.xml
+++ b/components/camel-twitter/pom.xml
@@ -65,6 +65,7 @@
         <dependency>
             <groupId>org.hamcrest</groupId>
             <artifactId>hamcrest</artifactId>
+            <version>${hamcrest-version}</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/components/camel-weather/pom.xml b/components/camel-weather/pom.xml
index 6423dc23fbb..b4795a641db 100644
--- a/components/camel-weather/pom.xml
+++ b/components/camel-weather/pom.xml
@@ -68,6 +68,7 @@
         <dependency>
             <groupId>org.hamcrest</groupId>
             <artifactId>hamcrest</artifactId>
+            <version>${hamcrest-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/components/camel-wordpress/pom.xml b/components/camel-wordpress/pom.xml
index 55d0d3f40ed..c47ffeae6be 100644
--- a/components/camel-wordpress/pom.xml
+++ b/components/camel-wordpress/pom.xml
@@ -51,6 +51,7 @@
         <dependency>
             <groupId>org.hamcrest</groupId>
             <artifactId>hamcrest</artifactId>
+            <version>${hamcrest-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/dsl/camel-xml-jaxb-dsl-test/definition/pom.xml b/dsl/camel-xml-jaxb-dsl-test/definition/pom.xml
index 267472ddfd9..f9c4820fd44 100644
--- a/dsl/camel-xml-jaxb-dsl-test/definition/pom.xml
+++ b/dsl/camel-xml-jaxb-dsl-test/definition/pom.xml
@@ -122,6 +122,7 @@
         <dependency>
             <groupId>org.hamcrest</groupId>
             <artifactId>hamcrest</artifactId>
+            <version>${hamcrest-version}</version>
             <scope>test</scope>
         </dependency>
 
diff --git a/dsl/camel-xml-jaxb-dsl-test/spring/pom.xml b/dsl/camel-xml-jaxb-dsl-test/spring/pom.xml
index d7f415b7846..ecc1295519b 100644
--- a/dsl/camel-xml-jaxb-dsl-test/spring/pom.xml
+++ b/dsl/camel-xml-jaxb-dsl-test/spring/pom.xml
@@ -122,6 +122,7 @@
         <dependency>
             <groupId>org.hamcrest</groupId>
             <artifactId>hamcrest</artifactId>
+            <version>${hamcrest-version}</version>
             <scope>test</scope>
         </dependency>
 
diff --git a/dsl/camel-xml-jaxb-dsl/pom.xml b/dsl/camel-xml-jaxb-dsl/pom.xml
index 80c454c19e7..5c0814a6946 100644
--- a/dsl/camel-xml-jaxb-dsl/pom.xml
+++ b/dsl/camel-xml-jaxb-dsl/pom.xml
@@ -115,6 +115,7 @@
         <dependency>
             <groupId>org.hamcrest</groupId>
             <artifactId>hamcrest</artifactId>
+            <version>${hamcrest-version}</version>
             <scope>test</scope>
         </dependency>