This is an automated email from the ASF dual-hosted git repository.
pvary pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new dcdeb27edc Flink: Define Joda Time in libs.versions.toml file (#16191)
dcdeb27edc is described below
commit dcdeb27edcfaedfccd1e96d3a7c1f1b4e10e898b
Author: Talat UYARER <[email protected]>
AuthorDate: Tue May 5 22:57:19 2026 -0700
Flink: Define Joda Time in libs.versions.toml file (#16191)
---
flink/v2.1/build.gradle | 2 +-
gradle/libs.versions.toml | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/flink/v2.1/build.gradle b/flink/v2.1/build.gradle
index 9eb09cf021..9437189305 100644
--- a/flink/v2.1/build.gradle
+++ b/flink/v2.1/build.gradle
@@ -33,7 +33,7 @@ project(":iceberg-flink:iceberg-flink-${flinkMajorVersion}") {
implementation project(':iceberg-hive-metastore')
compileOnly libs.flink21.avro
- compileOnly 'joda-time:joda-time:2.8.1'
+ compileOnly libs.joda.time
// dropwizard histogram metrics (optional in Flink)
compileOnly libs.flink21.metrics.dropwizard
compileOnly libs.flink21.streaming.java
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index c666281e6e..c43f805fd1 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -67,6 +67,7 @@ jakarta-servlet-api = "6.1.0"
jaxb-api = "2.3.1"
jaxb-runtime = "2.3.9"
jetty = "12.1.8"
+joda = "2.5"
junit = "5.14.3"
junit-platform = "1.14.3"
junit-pioneer = "2.3.0"
@@ -209,6 +210,7 @@ jakarta-servlet = {module =
"jakarta.servlet:jakarta.servlet-api", version.ref =
jetty-compression-server = { module =
"org.eclipse.jetty.compression:jetty-compression-server", version.ref = "jetty"
}
jetty-compression-gzip = { module =
"org.eclipse.jetty.compression:jetty-compression-gzip", version.ref = "jetty" }
jetty-servlet = { module = "org.eclipse.jetty.ee10:jetty-ee10-servlet",
version.ref = "jetty" }
+joda-time = { module = "joda-time:joda-time", version.ref = "joda" }
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref =
"junit" }
junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine",
version.ref = "junit" }
junit-pioneer = { module = "org.junit-pioneer:junit-pioneer", version.ref =
"junit-pioneer" }