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:38:56 UTC

[camel] branch main updated (a507457dd0a -> 7400df4ad6c)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from a507457dd0a Sync deps
     new d828d4793d6 CAMEL-19062 - Clean up Parent POM - Commons IO
     new bb1eee0c165 CAMEL-19062 - Clean up Parent POM - Commons IO
     new e97bbaf385a CAMEL-19062 - Clean up Parent POM - Commons IO
     new fed3eee705c CAMEL-19062 - Clean up Parent POM - Commons IO
     new 7400df4ad6c CAMEL-19062 - Clean up Parent POM - Commons IO

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 components/camel-asn1/pom.xml                                     | 1 +
 components/camel-atom/pom.xml                                     | 1 +
 components/camel-aws/camel-aws2-eventbridge/pom.xml               | 1 +
 components/camel-aws/camel-aws2-sns/pom.xml                       | 1 +
 components/camel-aws/camel-aws2-sqs/pom.xml                       | 1 +
 components/camel-azure/camel-azure-cosmosdb/pom.xml               | 1 +
 components/camel-azure/camel-azure-eventhubs/pom.xml              | 1 +
 components/camel-azure/camel-azure-key-vault/pom.xml              | 1 +
 components/camel-azure/camel-azure-servicebus/pom.xml             | 1 +
 components/camel-azure/camel-azure-storage-blob/pom.xml           | 1 +
 components/camel-azure/camel-azure-storage-datalake/pom.xml       | 1 +
 components/camel-azure/camel-azure-storage-queue/pom.xml          | 1 +
 components/camel-datasonnet/pom.xml                               | 1 +
 components/camel-hashicorp-vault/pom.xml                          | 1 +
 components/camel-jetty/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 +
 components/camel-servicenow/camel-servicenow-maven-plugin/pom.xml | 1 +
 components/camel-servlet/pom.xml                                  | 1 +
 components/camel-thrift/pom.xml                                   | 1 +
 components/camel-xj/pom.xml                                       | 1 +
 dsl/camel-jbang/camel-jbang-core/pom.xml                          | 1 +
 parent/pom.xml                                                    | 5 -----
 test-infra/camel-test-infra-ftp/pom.xml                           | 1 +
 tooling/maven/bom-generator-maven-plugin/pom.xml                  | 1 +
 tooling/maven/camel-package-maven-plugin/pom.xml                  | 1 +
 tooling/maven/sync-properties-maven-plugin/pom.xml                | 1 +
 33 files changed, 32 insertions(+), 5 deletions(-)


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

Posted by ac...@apache.org.
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 e97bbaf385a55bb80d283cc1dd2db88ee8dfa162
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 7 10:09:13 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Commons IO
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-aws/camel-aws2-sns/pom.xml                 | 1 +
 components/camel-aws/camel-aws2-sqs/pom.xml                 | 1 +
 components/camel-azure/camel-azure-cosmosdb/pom.xml         | 1 +
 components/camel-azure/camel-azure-eventhubs/pom.xml        | 1 +
 components/camel-azure/camel-azure-key-vault/pom.xml        | 1 +
 components/camel-azure/camel-azure-servicebus/pom.xml       | 1 +
 components/camel-azure/camel-azure-storage-blob/pom.xml     | 1 +
 components/camel-azure/camel-azure-storage-datalake/pom.xml | 1 +
 components/camel-azure/camel-azure-storage-queue/pom.xml    | 1 +
 components/camel-datasonnet/pom.xml                         | 1 +
 10 files changed, 10 insertions(+)

diff --git a/components/camel-aws/camel-aws2-sns/pom.xml b/components/camel-aws/camel-aws2-sns/pom.xml
index c6f83925391..b7c8d615224 100644
--- a/components/camel-aws/camel-aws2-sns/pom.xml
+++ b/components/camel-aws/camel-aws2-sns/pom.xml
@@ -60,6 +60,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
+            <version>${commons-io-version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
diff --git a/components/camel-aws/camel-aws2-sqs/pom.xml b/components/camel-aws/camel-aws2-sqs/pom.xml
index 1834ec9fd5e..ec5a7219e6a 100644
--- a/components/camel-aws/camel-aws2-sqs/pom.xml
+++ b/components/camel-aws/camel-aws2-sqs/pom.xml
@@ -53,6 +53,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
+            <version>${commons-io-version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
diff --git a/components/camel-azure/camel-azure-cosmosdb/pom.xml b/components/camel-azure/camel-azure-cosmosdb/pom.xml
index bdaec064e31..41e2725a717 100644
--- a/components/camel-azure/camel-azure-cosmosdb/pom.xml
+++ b/components/camel-azure/camel-azure-cosmosdb/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-azure/camel-azure-eventhubs/pom.xml b/components/camel-azure/camel-azure-eventhubs/pom.xml
index 5ebad3f8df7..23c2a265e7c 100644
--- a/components/camel-azure/camel-azure-eventhubs/pom.xml
+++ b/components/camel-azure/camel-azure-eventhubs/pom.xml
@@ -59,6 +59,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
+            <version>${commons-io-version}</version>
         </dependency>
 
         <!-- for testing -->
diff --git a/components/camel-azure/camel-azure-key-vault/pom.xml b/components/camel-azure/camel-azure-key-vault/pom.xml
index 3b028be981b..46417f16a58 100644
--- a/components/camel-azure/camel-azure-key-vault/pom.xml
+++ b/components/camel-azure/camel-azure-key-vault/pom.xml
@@ -67,6 +67,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
+            <version>${commons-io-version}</version>
         </dependency>
 
         <!-- for testing -->
diff --git a/components/camel-azure/camel-azure-servicebus/pom.xml b/components/camel-azure/camel-azure-servicebus/pom.xml
index 9553761b514..4d6f6ece859 100644
--- a/components/camel-azure/camel-azure-servicebus/pom.xml
+++ b/components/camel-azure/camel-azure-servicebus/pom.xml
@@ -55,6 +55,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
+            <version>${commons-io-version}</version>
         </dependency>
 
         <!-- for testing -->
diff --git a/components/camel-azure/camel-azure-storage-blob/pom.xml b/components/camel-azure/camel-azure-storage-blob/pom.xml
index 918a1780e1d..91341cb6d72 100644
--- a/components/camel-azure/camel-azure-storage-blob/pom.xml
+++ b/components/camel-azure/camel-azure-storage-blob/pom.xml
@@ -76,6 +76,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
+            <version>${commons-io-version}</version>
         </dependency>
 
         <!-- for testing -->
diff --git a/components/camel-azure/camel-azure-storage-datalake/pom.xml b/components/camel-azure/camel-azure-storage-datalake/pom.xml
index 5d488cfd906..9c7e483cb21 100644
--- a/components/camel-azure/camel-azure-storage-datalake/pom.xml
+++ b/components/camel-azure/camel-azure-storage-datalake/pom.xml
@@ -47,6 +47,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
+            <version>${commons-io-version}</version>
         </dependency>
 
         <!-- test dependencies -->
diff --git a/components/camel-azure/camel-azure-storage-queue/pom.xml b/components/camel-azure/camel-azure-storage-queue/pom.xml
index cfd1ba9e27d..e7f0c04ae35 100644
--- a/components/camel-azure/camel-azure-storage-queue/pom.xml
+++ b/components/camel-azure/camel-azure-storage-queue/pom.xml
@@ -68,6 +68,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
+            <version>${commons-io-version}</version>
         </dependency>
 
         <!-- for testing -->
diff --git a/components/camel-datasonnet/pom.xml b/components/camel-datasonnet/pom.xml
index bf9925a17ca..be27c6ff22e 100644
--- a/components/camel-datasonnet/pom.xml
+++ b/components/camel-datasonnet/pom.xml
@@ -64,6 +64,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
+            <version>${commons-io-version}</version>
         </dependency>
         <dependency>
             <groupId>io.github.classgraph</groupId>


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

Posted by ac...@apache.org.
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 d828d4793d68597f61abcfe49ce4effd79a705e8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 7 09:53:03 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Commons IO
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 4cbf2fb4078..c415734fc4a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2774,11 +2774,6 @@
             </dependency>
 	    
             <!-- optional misc -->
-            <dependency>
-                <groupId>commons-io</groupId>
-                <artifactId>commons-io</artifactId>
-                <version>${commons-io-version}</version>
-            </dependency>
             <dependency>
                 <groupId>xerces</groupId>
                 <artifactId>xercesImpl</artifactId>


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

Posted by ac...@apache.org.
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 7400df4ad6c633d9c04702857652bbde680f9b1e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 7 10:31:12 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Commons IO
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-servicenow/camel-servicenow-maven-plugin/pom.xml | 1 +
 components/camel-servlet/pom.xml                                  | 1 +
 components/camel-thrift/pom.xml                                   | 1 +
 components/camel-xj/pom.xml                                       | 1 +
 dsl/camel-jbang/camel-jbang-core/pom.xml                          | 1 +
 5 files changed, 5 insertions(+)

diff --git a/components/camel-servicenow/camel-servicenow-maven-plugin/pom.xml b/components/camel-servicenow/camel-servicenow-maven-plugin/pom.xml
index cd81ffee1ec..8081f9ab4bb 100644
--- a/components/camel-servicenow/camel-servicenow-maven-plugin/pom.xml
+++ b/components/camel-servicenow/camel-servicenow-maven-plugin/pom.xml
@@ -145,6 +145,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-servlet/pom.xml b/components/camel-servlet/pom.xml
index f358a8f0038..ae118b8cdd4 100644
--- a/components/camel-servlet/pom.xml
+++ b/components/camel-servlet/pom.xml
@@ -114,6 +114,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-thrift/pom.xml b/components/camel-thrift/pom.xml
index 99874c1e3bc..b0eb18c98ce 100644
--- a/components/camel-thrift/pom.xml
+++ b/components/camel-thrift/pom.xml
@@ -56,6 +56,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
+            <version>${commons-io-version}</version>
         </dependency>
 
         <!-- testing -->
diff --git a/components/camel-xj/pom.xml b/components/camel-xj/pom.xml
index 56b6f01f651..92044968f06 100644
--- a/components/camel-xj/pom.xml
+++ b/components/camel-xj/pom.xml
@@ -50,6 +50,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
+            <version>${commons-io-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/dsl/camel-jbang/camel-jbang-core/pom.xml b/dsl/camel-jbang/camel-jbang-core/pom.xml
index 419a42c821a..82b382932f3 100644
--- a/dsl/camel-jbang/camel-jbang-core/pom.xml
+++ b/dsl/camel-jbang/camel-jbang-core/pom.xml
@@ -66,6 +66,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
+            <version>${commons-io-version}</version>
         </dependency>
         <dependency>
             <groupId>info.picocli</groupId>


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

Posted by ac...@apache.org.
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>


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

Posted by ac...@apache.org.
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 bb1eee0c1652bc5282907e135d18c1730baecf1b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 7 10:05:04 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Commons IO
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-asn1/pom.xml                       | 1 +
 components/camel-atom/pom.xml                       | 1 +
 components/camel-aws/camel-aws2-eventbridge/pom.xml | 1 +
 components/camel-jetty/pom.xml                      | 1 +
 test-infra/camel-test-infra-ftp/pom.xml             | 1 +
 tooling/maven/bom-generator-maven-plugin/pom.xml    | 1 +
 tooling/maven/camel-package-maven-plugin/pom.xml    | 1 +
 tooling/maven/sync-properties-maven-plugin/pom.xml  | 1 +
 8 files changed, 8 insertions(+)

diff --git a/components/camel-asn1/pom.xml b/components/camel-asn1/pom.xml
index e2380aaad62..eccaddb39f3 100644
--- a/components/camel-asn1/pom.xml
+++ b/components/camel-asn1/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-atom/pom.xml b/components/camel-atom/pom.xml
index eb319d1b7a0..383574ba82c 100644
--- a/components/camel-atom/pom.xml
+++ b/components/camel-atom/pom.xml
@@ -178,6 +178,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
+            <version>${commons-io-version}</version>
             <scope>test</scope>
         </dependency>
 
diff --git a/components/camel-aws/camel-aws2-eventbridge/pom.xml b/components/camel-aws/camel-aws2-eventbridge/pom.xml
index b409bd2d3d3..cb75ad9a7c5 100644
--- a/components/camel-aws/camel-aws2-eventbridge/pom.xml
+++ b/components/camel-aws/camel-aws2-eventbridge/pom.xml
@@ -53,6 +53,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
+            <version>${commons-io-version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
diff --git a/components/camel-jetty/pom.xml b/components/camel-jetty/pom.xml
index 23d39b0e3df..9f2fd2205a2 100644
--- a/components/camel-jetty/pom.xml
+++ b/components/camel-jetty/pom.xml
@@ -174,6 +174,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
+            <version>${commons-io-version}</version>
             <scope>test</scope>
         </dependency>
 
diff --git a/test-infra/camel-test-infra-ftp/pom.xml b/test-infra/camel-test-infra-ftp/pom.xml
index bc5bc835970..bdc9661bd9e 100644
--- a/test-infra/camel-test-infra-ftp/pom.xml
+++ b/test-infra/camel-test-infra-ftp/pom.xml
@@ -36,6 +36,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
+            <version>${commons-io-version}</version>
         </dependency>
 
         <!-- for the embedded FTP server -->
diff --git a/tooling/maven/bom-generator-maven-plugin/pom.xml b/tooling/maven/bom-generator-maven-plugin/pom.xml
index 46d1f946ef9..2980dd29595 100644
--- a/tooling/maven/bom-generator-maven-plugin/pom.xml
+++ b/tooling/maven/bom-generator-maven-plugin/pom.xml
@@ -89,6 +89,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
+            <version>${commons-io-version}</version>
         </dependency>
         
         <dependency>
diff --git a/tooling/maven/camel-package-maven-plugin/pom.xml b/tooling/maven/camel-package-maven-plugin/pom.xml
index 6d3d354e4b8..91ea8eb020a 100644
--- a/tooling/maven/camel-package-maven-plugin/pom.xml
+++ b/tooling/maven/camel-package-maven-plugin/pom.xml
@@ -109,6 +109,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
+            <version>${commons-io-version}</version>
         </dependency>
 
         <dependency>
diff --git a/tooling/maven/sync-properties-maven-plugin/pom.xml b/tooling/maven/sync-properties-maven-plugin/pom.xml
index bdf60be7520..ec97e45454d 100644
--- a/tooling/maven/sync-properties-maven-plugin/pom.xml
+++ b/tooling/maven/sync-properties-maven-plugin/pom.xml
@@ -97,6 +97,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
+            <version>${commons-io-version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>