diff --git a/DEPENDENCY-LICENSES b/DEPENDENCY-LICENSES
index c2afa706a7f..2256de21e3d 100644
--- a/DEPENDENCY-LICENSES
+++ b/DEPENDENCY-LICENSES
@@ -229,6 +229,7 @@ List of third-party dependencies grouped by their license type.
* JDO API (javax.jdo:jdo-api:3.0.1 - http://db.apache.org/jdo)
* JDO API (org.datanucleus:javax.jdo:3.2.0-m3 - http://www.datanucleus.org/#/javax.jdo)
* Jettison (org.codehaus.jettison:jettison:1.5.4 - https://github.com/jettison-json/jettison)
+ * Joda-Time (joda-time:joda-time:2.12.7 - https://www.joda.org/joda-time/)
* JPam (net.sf.jpam:jpam:1.1 - http://jpam.sf.net)
* jsonschema2pojo-core (org.jsonschema2pojo:jsonschema2pojo-core:1.0.2 - https://github.com/joelittlejohn/jsonschema2pojo/jsonschema2pojo-core)
* JSON Small and Fast Parser (net.minidev:json-smart:2.5.1 - https://urielch.github.io/)
diff --git a/LICENSE-binary b/LICENSE-binary
index 6614669e370..680cb7df733 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -857,6 +857,7 @@ The license texts of these dependencies can be found in the licenses directory.
* JDO API (javax.jdo:jdo-api:3.0.1 - http://db.apache.org/jdo)
* JDO API (org.datanucleus:javax.jdo:3.2.0-m3 - http://www.datanucleus.org/#/javax.jdo)
* Jettison (org.codehaus.jettison:jettison:1.5.4 - no url defined)
+ * Joda-Time (joda-time:joda-time:2.12.7 - https://www.joda.org/joda-time/)
* jsonschema2pojo-core (org.jsonschema2pojo:jsonschema2pojo-core:1.0.2 - https://github.com/joelittlejohn/jsonschema2pojo/jsonschema2pojo-core)
* JPam (net.sf.jpam:jpam:1.1 - http://jpam.sf.net)
* JSON Small and Fast Parser (net.minidev:json-smart:2.5.1 - https://urielch.github.io/)
diff --git a/pom.xml b/pom.xml
index 783404d83a5..f144d47651d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,6 +120,7 @@
2.6.1-hadoop3
5.6.0
5.0.0
+ 2.12.7
0.19.0
5.11.3
3.0.0-M5
@@ -690,6 +691,11 @@
slf4j-api
${slf4j.version}
+
+ joda-time
+ joda-time
+ ${joda-time.version}
+
com.fasterxml.jackson
jackson-bom