diff --git a/LICENSE-binary b/LICENSE-binary
index b421b4ff68af..9483bd3723c7 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -440,7 +440,6 @@ com.github.luben:zstd-jni
com.github.wendykierp:JTransforms
javolution:javolution
jline:jline
-org.jodd:jodd-core
pl.edu.icm:JLargeArrays
python/pyspark/errors/exceptions/tblib.py
diff --git a/dev/deps/spark-deps-hadoop-3-hive-2.3 b/dev/deps/spark-deps-hadoop-3-hive-2.3
index 40a2bbc60428..85ba4f625339 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -145,7 +145,6 @@ jjwt-jackson/0.12.6//jjwt-jackson-0.12.6.jar
jline/2.14.6//jline-2.14.6.jar
jline/3.27.1/jdk8/jline-3.27.1-jdk8.jar
joda-time/2.13.0//joda-time-2.13.0.jar
-jodd-core/3.5.2//jodd-core-3.5.2.jar
jpam/1.1//jpam-1.1.jar
json/1.8//json-1.8.jar
json4s-ast_2.13/4.0.7//json4s-ast_2.13-4.0.7.jar
diff --git a/licenses-binary/LICENSE-jodd.txt b/licenses-binary/LICENSE-jodd.txt
deleted file mode 100644
index cc6b458adb38..000000000000
--- a/licenses-binary/LICENSE-jodd.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-Copyright (c) 2003-present, Jodd Team (https://jodd.org)
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-
-1. Redistributions of source code must retain the above copyright notice,
-this list of conditions and the following disclaimer.
-
-2. Redistributions in binary form must reproduce the above copyright
-notice, this list of conditions and the following disclaimer in the
-documentation and/or other materials provided with the distribution.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
-AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
-LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 502642672995..c12739202c84 100644
--- a/pom.xml
+++ b/pom.xml
@@ -202,7 +202,6 @@
3.1.9
3.0.17
2.13.0
- 3.5.2
3.0.0
2.2.11
0.16.0
@@ -2449,11 +2448,6 @@
joda-time
${joda.version}
-
- org.jodd
- jodd-core
- ${jodd.version}
-
org.datanucleus
datanucleus-core
diff --git a/sql/hive/pom.xml b/sql/hive/pom.xml
index 4626ad3fefe3..1d4c7b784c0a 100644
--- a/sql/hive/pom.xml
+++ b/sql/hive/pom.xml
@@ -164,10 +164,6 @@
joda-time
joda-time
-
- org.jodd
- jodd-core
-
com.google.code.findbugs
jsr305