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

[camel] 05/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 a9af3dc88ef963f6543bfdca68cc9522aa028a06
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 2 10:41:16 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Hamcrest
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-metrics/pom.xml    | 1 +
 components/camel-micrometer/pom.xml | 1 +
 components/camel-mllp/pom.xml       | 1 +
 components/camel-mvel/pom.xml       | 1 +
 components/camel-netty-http/pom.xml | 1 +
 components/camel-ognl/pom.xml       | 1 +
 components/camel-pdf/pom.xml        | 1 +
 components/camel-plc4x/pom.xml      | 1 +
 components/camel-pubnub/pom.xml     | 1 +
 components/camel-python/pom.xml     | 1 +
 components/camel-quartz/pom.xml     | 1 +
 components/camel-quickfix/pom.xml   | 1 +
 components/camel-saxon/pom.xml      | 1 +
 components/camel-smpp/pom.xml       | 1 +
 components/camel-sql/pom.xml        | 1 +
 components/camel-stax/pom.xml       | 1 +
 components/camel-tika/pom.xml       | 1 +
 17 files changed, 17 insertions(+)

diff --git a/components/camel-metrics/pom.xml b/components/camel-metrics/pom.xml
index e709b7efee5..daec6dfb4c2 100644
--- a/components/camel-metrics/pom.xml
+++ b/components/camel-metrics/pom.xml
@@ -114,6 +114,7 @@
         <dependency>
             <groupId>org.hamcrest</groupId>
             <artifactId>hamcrest</artifactId>
+            <version>${hamcrest-version}</version>
             <scope>test</scope>
         </dependency>
 
diff --git a/components/camel-micrometer/pom.xml b/components/camel-micrometer/pom.xml
index 29772f603c6..2df3c950560 100644
--- a/components/camel-micrometer/pom.xml
+++ b/components/camel-micrometer/pom.xml
@@ -100,6 +100,7 @@
         <dependency>
             <groupId>org.hamcrest</groupId>
             <artifactId>hamcrest</artifactId>
+            <version>${hamcrest-version}</version>
             <scope>test</scope>
         </dependency>
 
diff --git a/components/camel-mllp/pom.xml b/components/camel-mllp/pom.xml
index def16be3ffa..cb5aceb6531 100644
--- a/components/camel-mllp/pom.xml
+++ b/components/camel-mllp/pom.xml
@@ -55,6 +55,7 @@
         <dependency>
             <groupId>org.hamcrest</groupId>
             <artifactId>hamcrest</artifactId>
+            <version>${hamcrest-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/components/camel-mvel/pom.xml b/components/camel-mvel/pom.xml
index e3ee41cc6da..2026142af07 100644
--- a/components/camel-mvel/pom.xml
+++ b/components/camel-mvel/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-netty-http/pom.xml b/components/camel-netty-http/pom.xml
index bbeb4f75fc4..c2fc2ccb078 100644
--- a/components/camel-netty-http/pom.xml
+++ b/components/camel-netty-http/pom.xml
@@ -92,6 +92,7 @@
         <dependency>
             <groupId>org.hamcrest</groupId>
             <artifactId>hamcrest</artifactId>
+            <version>${hamcrest-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/components/camel-ognl/pom.xml b/components/camel-ognl/pom.xml
index cd25b882103..3d3d36a07a2 100644
--- a/components/camel-ognl/pom.xml
+++ b/components/camel-ognl/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-pdf/pom.xml b/components/camel-pdf/pom.xml
index 6f0f12825ac..4ae8a700b9e 100644
--- a/components/camel-pdf/pom.xml
+++ b/components/camel-pdf/pom.xml
@@ -82,6 +82,7 @@
         <dependency>
             <groupId>org.hamcrest</groupId>
             <artifactId>hamcrest</artifactId>
+            <version>${hamcrest-version}</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/components/camel-plc4x/pom.xml b/components/camel-plc4x/pom.xml
index 4b05962bb44..ab9df0db855 100644
--- a/components/camel-plc4x/pom.xml
+++ b/components/camel-plc4x/pom.xml
@@ -152,6 +152,7 @@
         <dependency>
             <groupId>org.hamcrest</groupId>
             <artifactId>hamcrest</artifactId>
+            <version>${hamcrest-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/components/camel-pubnub/pom.xml b/components/camel-pubnub/pom.xml
index b97c067ce99..33c41d45d70 100644
--- a/components/camel-pubnub/pom.xml
+++ b/components/camel-pubnub/pom.xml
@@ -74,6 +74,7 @@
         <dependency>
             <groupId>org.hamcrest</groupId>
             <artifactId>hamcrest</artifactId>
+            <version>${hamcrest-version}</version>
             <scope>test</scope>
         </dependency>
         <!-- Override the guava version prescribed by Camel with the one needed by wiremock for tests -->
diff --git a/components/camel-python/pom.xml b/components/camel-python/pom.xml
index 037de65962b..4d7c138273a 100644
--- a/components/camel-python/pom.xml
+++ b/components/camel-python/pom.xml
@@ -66,6 +66,7 @@
         <dependency>
             <groupId>org.hamcrest</groupId>
             <artifactId>hamcrest</artifactId>
+            <version>${hamcrest-version}</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/components/camel-quartz/pom.xml b/components/camel-quartz/pom.xml
index d1566a6ac42..affb07b778d 100644
--- a/components/camel-quartz/pom.xml
+++ b/components/camel-quartz/pom.xml
@@ -72,6 +72,7 @@
         <dependency>
             <groupId>org.hamcrest</groupId>
             <artifactId>hamcrest</artifactId>
+            <version>${hamcrest-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/components/camel-quickfix/pom.xml b/components/camel-quickfix/pom.xml
index 1dec067f889..187783e10e7 100644
--- a/components/camel-quickfix/pom.xml
+++ b/components/camel-quickfix/pom.xml
@@ -75,6 +75,7 @@
         <dependency>
             <groupId>org.hamcrest</groupId>
             <artifactId>hamcrest</artifactId>
+            <version>${hamcrest-version}</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/components/camel-saxon/pom.xml b/components/camel-saxon/pom.xml
index 4623f3e07c2..33929016bd9 100644
--- a/components/camel-saxon/pom.xml
+++ b/components/camel-saxon/pom.xml
@@ -68,6 +68,7 @@
         <dependency>
             <groupId>org.hamcrest</groupId>
             <artifactId>hamcrest</artifactId>
+            <version>${hamcrest-version}</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/components/camel-smpp/pom.xml b/components/camel-smpp/pom.xml
index fbf44175229..a7b3fe9f092 100644
--- a/components/camel-smpp/pom.xml
+++ b/components/camel-smpp/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/components/camel-sql/pom.xml b/components/camel-sql/pom.xml
index b9b67fa8d0b..19745b0c971 100644
--- a/components/camel-sql/pom.xml
+++ b/components/camel-sql/pom.xml
@@ -67,6 +67,7 @@
         <dependency>
             <groupId>org.hamcrest</groupId>
             <artifactId>hamcrest</artifactId>
+            <version>${hamcrest-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/components/camel-stax/pom.xml b/components/camel-stax/pom.xml
index bdb66c21e6c..2c95de2136a 100644
--- a/components/camel-stax/pom.xml
+++ b/components/camel-stax/pom.xml
@@ -65,6 +65,7 @@
         <dependency>
             <groupId>org.hamcrest</groupId>
             <artifactId>hamcrest</artifactId>
+            <version>${hamcrest-version}</version>
             <scope>test</scope>
         </dependency>
         <!-- camel-jaxb is used for XPath testing -->
diff --git a/components/camel-tika/pom.xml b/components/camel-tika/pom.xml
index 916a79dc29c..57f9cb22677 100644
--- a/components/camel-tika/pom.xml
+++ b/components/camel-tika/pom.xml
@@ -83,6 +83,7 @@
         <dependency>
             <groupId>org.hamcrest</groupId>
             <artifactId>hamcrest</artifactId>
+            <version>${hamcrest-version}</version>
             <scope>test</scope>
         </dependency>
     </dependencies>