diff --git a/core/pom.xml b/core/pom.xml
index 318497f160a..8acd2720330 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 08c5024bb7c..09bf97c8a40 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
@@ -582,6 +582,11 @@
commons-vfs2
${commons-vfs2.version}
+
+ commons-net
+ commons-net
+ ${commons-net.version}
+
org.apache.hadoop
hadoop-hdfs-client
diff --git a/plugins/actions/ftp/src/assembly/assembly.xml b/plugins/actions/ftp/src/assembly/assembly.xml
index 7aeaa9bca8b..61322716fe0 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