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/07 09:39:00 UTC

[camel] 04/05: CAMEL-19062 - Clean up Parent POM - Commons IO

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 fed3eee705cd4c5a99ebfb50ceafbab5e67c2b75
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 7 10:23:17 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Commons IO
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-hashicorp-vault/pom.xml                          | 1 +
 components/camel-mail/pom.xml                                     | 1 +
 components/camel-netty-http/pom.xml                               | 1 +
 components/camel-oaipmh/pom.xml                                   | 1 +
 components/camel-olingo4/camel-olingo4-api/pom.xml                | 1 +
 components/camel-protobuf/pom.xml                                 | 1 +
 components/camel-rss/pom.xml                                      | 1 +
 components/camel-salesforce/camel-salesforce-component/pom.xml    | 1 +
 components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml | 1 +
 9 files changed, 9 insertions(+)

diff --git a/components/camel-hashicorp-vault/pom.xml b/components/camel-hashicorp-vault/pom.xml
index cab352fed5c..81dd0eee851 100644
--- a/components/camel-hashicorp-vault/pom.xml
+++ b/components/camel-hashicorp-vault/pom.xml
@@ -51,6 +51,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
+            <version>${commons-io-version}</version>
         </dependency>
 
         <!-- for testing -->
diff --git a/components/camel-mail/pom.xml b/components/camel-mail/pom.xml
index 5476cd15aa8..f2d36216b7f 100644
--- a/components/camel-mail/pom.xml
+++ b/components/camel-mail/pom.xml
@@ -104,6 +104,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
+            <version>${commons-io-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/components/camel-netty-http/pom.xml b/components/camel-netty-http/pom.xml
index c2fc2ccb078..c6a88feeab6 100644
--- a/components/camel-netty-http/pom.xml
+++ b/components/camel-netty-http/pom.xml
@@ -172,6 +172,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
+            <version>${commons-io-version}</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/components/camel-oaipmh/pom.xml b/components/camel-oaipmh/pom.xml
index 6e689a63c13..494c9d3500d 100644
--- a/components/camel-oaipmh/pom.xml
+++ b/components/camel-oaipmh/pom.xml
@@ -82,6 +82,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
+            <version>${commons-io-version}</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/components/camel-olingo4/camel-olingo4-api/pom.xml b/components/camel-olingo4/camel-olingo4-api/pom.xml
index 3be87a10083..0098c92787e 100644
--- a/components/camel-olingo4/camel-olingo4-api/pom.xml
+++ b/components/camel-olingo4/camel-olingo4-api/pom.xml
@@ -72,6 +72,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
+            <version>${commons-io-version}</version>
         </dependency>
 
         <!-- testing -->
diff --git a/components/camel-protobuf/pom.xml b/components/camel-protobuf/pom.xml
index b37da5d6323..af5c46c9b22 100644
--- a/components/camel-protobuf/pom.xml
+++ b/components/camel-protobuf/pom.xml
@@ -53,6 +53,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
+            <version>${commons-io-version}</version>
         </dependency>
 
         <!-- testing -->
diff --git a/components/camel-rss/pom.xml b/components/camel-rss/pom.xml
index a3c53405659..f27f8662b77 100644
--- a/components/camel-rss/pom.xml
+++ b/components/camel-rss/pom.xml
@@ -69,6 +69,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
+            <version>${commons-io-version}</version>
             <scope>test</scope>
         </dependency>
 
diff --git a/components/camel-salesforce/camel-salesforce-component/pom.xml b/components/camel-salesforce/camel-salesforce-component/pom.xml
index b15b8b79ca1..900ab8092db 100644
--- a/components/camel-salesforce/camel-salesforce-component/pom.xml
+++ b/components/camel-salesforce/camel-salesforce-component/pom.xml
@@ -105,6 +105,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
+            <version>${commons-io-version}</version>
         </dependency>
         <dependency>
             <groupId>org.cometd.java</groupId>
diff --git a/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml b/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml
index 09c3d460d4f..60e1f57ff5a 100644
--- a/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml
+++ b/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml
@@ -149,6 +149,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
+            <version>${commons-io-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>