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:03 UTC

[camel] 02/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 6c1d2f5699e868b84a334ae29c611d3180c689c7
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 2 10:27:35 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Hamcrest
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-groovy/pom.xml                                     | 1 +
 components/camel-spring-xml/pom.xml                                 | 1 +
 components/camel-test/camel-test-spring-junit5/pom.xml              | 1 +
 core/camel-cloud/pom.xml                                            | 1 +
 core/camel-console/pom.xml                                          | 1 +
 core/camel-core/pom.xml                                             | 1 +
 tooling/maven/camel-eip-documentation-enricher-maven-plugin/pom.xml | 1 +
 7 files changed, 7 insertions(+)

diff --git a/components/camel-groovy/pom.xml b/components/camel-groovy/pom.xml
index 1ab7409aca8..86b50d1c4a7 100644
--- a/components/camel-groovy/pom.xml
+++ b/components/camel-groovy/pom.xml
@@ -67,6 +67,7 @@
         <dependency>
             <groupId>org.hamcrest</groupId>
             <artifactId>hamcrest</artifactId>
+            <version>${hamcrest-version}</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/components/camel-spring-xml/pom.xml b/components/camel-spring-xml/pom.xml
index 1b2f645eac4..0cafed21190 100644
--- a/components/camel-spring-xml/pom.xml
+++ b/components/camel-spring-xml/pom.xml
@@ -141,6 +141,7 @@
         <dependency>
             <groupId>org.hamcrest</groupId>
             <artifactId>hamcrest</artifactId>
+            <version>${hamcrest-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/components/camel-test/camel-test-spring-junit5/pom.xml b/components/camel-test/camel-test-spring-junit5/pom.xml
index 52822fde4c2..f9d90dc4937 100644
--- a/components/camel-test/camel-test-spring-junit5/pom.xml
+++ b/components/camel-test/camel-test-spring-junit5/pom.xml
@@ -64,6 +64,7 @@
         <dependency>
             <groupId>org.hamcrest</groupId>
             <artifactId>hamcrest</artifactId>
+            <version>${hamcrest-version}</version>
             <scope>test</scope>
         </dependency>
 	</dependencies>
diff --git a/core/camel-cloud/pom.xml b/core/camel-cloud/pom.xml
index d23bfa89787..e5bde56ec6c 100644
--- a/core/camel-cloud/pom.xml
+++ b/core/camel-cloud/pom.xml
@@ -59,6 +59,7 @@
         <dependency>
             <groupId>org.hamcrest</groupId>
             <artifactId>hamcrest</artifactId>
+            <version>${hamcrest-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/core/camel-console/pom.xml b/core/camel-console/pom.xml
index 5a01734b7e3..87926ed6e74 100644
--- a/core/camel-console/pom.xml
+++ b/core/camel-console/pom.xml
@@ -65,6 +65,7 @@
         <dependency>
             <groupId>org.hamcrest</groupId>
             <artifactId>hamcrest</artifactId>
+            <version>${hamcrest-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/core/camel-core/pom.xml b/core/camel-core/pom.xml
index 0803fb8db0d..24da91985c7 100644
--- a/core/camel-core/pom.xml
+++ b/core/camel-core/pom.xml
@@ -180,6 +180,7 @@
         <dependency>
             <groupId>org.hamcrest</groupId>
             <artifactId>hamcrest</artifactId>
+            <version>${hamcrest-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/tooling/maven/camel-eip-documentation-enricher-maven-plugin/pom.xml b/tooling/maven/camel-eip-documentation-enricher-maven-plugin/pom.xml
index dc82fe65df8..2313d4e28b8 100644
--- a/tooling/maven/camel-eip-documentation-enricher-maven-plugin/pom.xml
+++ b/tooling/maven/camel-eip-documentation-enricher-maven-plugin/pom.xml
@@ -126,6 +126,7 @@
         <dependency>
             <groupId>org.hamcrest</groupId>
             <artifactId>hamcrest</artifactId>
+            <version>${hamcrest-version}</version>
             <scope>test</scope>
         </dependency>