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

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


The following commit(s) were added to refs/heads/main by this push:
     new 0fccbac6dbf camel-as2: Use same version of commons-io as rest of camel
0fccbac6dbf is described below

commit 0fccbac6dbfede8026ffc56ccef7a12ba5090756
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Wed Jul 19 21:07:29 2023 +0200

    camel-as2: Use same version of commons-io as rest of camel
---
 components/camel-as2/camel-as2-component/pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/components/camel-as2/camel-as2-component/pom.xml 
b/components/camel-as2/camel-as2-component/pom.xml
index e00c0b85848..ab1e267cc08 100644
--- a/components/camel-as2/camel-as2-component/pom.xml
+++ b/components/camel-as2/camel-as2-component/pom.xml
@@ -39,8 +39,6 @@
         <outPackage>org.apache.camel.component.as2.internal</outPackage>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-
-        <commons-io-version>2.11.0</commons-io-version>
     </properties>
 
     <dependencies>

Reply via email to