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

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