From 1f03626d5e2db3ed4f9212eaba5018f2f472bc1e Mon Sep 17 00:00:00 2001 From: "sergio.ramazzina@serasoft.it" Date: Mon, 5 Jan 2026 13:17:41 +0100 Subject: [PATCH 1/2] fix #6221 --- core/pom.xml | 4 ++++ lib/pom.xml | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/core/pom.xml b/core/pom.xml index 318497f160..8acd272033 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -94,6 +94,10 @@ commons-logging commons-logging + + commons-net + commons-net + io.smallrye jandex diff --git a/lib/pom.xml b/lib/pom.xml index 08c5024bb7..879df0e6b4 100644 --- a/lib/pom.xml +++ b/lib/pom.xml @@ -582,6 +582,11 @@ commons-vfs2 ${commons-vfs2.version} + + commons-net + commons-net + ${commons-net.version} + org.apache.hadoop hadoop-hdfs-client From a4bd1951028d913903da1c497b2191fb5914d879 Mon Sep 17 00:00:00 2001 From: Hans Van Akelyen Date: Tue, 6 Jan 2026 07:57:03 +0100 Subject: [PATCH 2/2] remove duplicate jar, align versions --- lib/pom.xml | 2 +- plugins/actions/ftp/src/assembly/assembly.xml | 9 +-------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/lib/pom.xml b/lib/pom.xml index 879df0e6b4..09bf97c8a4 100644 --- a/lib/pom.xml +++ b/lib/pom.xml @@ -61,7 +61,7 @@ 3.18.0 1.3.5 3.6.1 - 3.11.1 + 3.12.0 1.6 1.13.1 2.10.0 diff --git a/plugins/actions/ftp/src/assembly/assembly.xml b/plugins/actions/ftp/src/assembly/assembly.xml index 7aeaa9bca8..61322716fe 100644 --- a/plugins/actions/ftp/src/assembly/assembly.xml +++ b/plugins/actions/ftp/src/assembly/assembly.xml @@ -43,16 +43,9 @@ com.github.mwiede:jsch:jar - - lib/core - false - false - - - commons-net:commons-net:jar - plugins/actions/ftp/lib + lib/core false false