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

[camel] 02/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 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>