From 950da853c126adb2a9ae1c422858c2b789856e4c Mon Sep 17 00:00:00 2001 From: Fokko Date: Sun, 19 Jan 2025 09:01:59 +0100 Subject: [PATCH] MINOR: Remove Joda as a direct dependency I saw https://github.com/apache/parquet-java/pull/3130 and I couldn't find any direct references to the Joda library in the Parquet code. Instead of bumping it, it would be better to just remove it. --- parquet-pig/pom.xml | 6 ------ parquet-thrift/pom.xml | 6 ------ 2 files changed, 12 deletions(-) diff --git a/parquet-pig/pom.xml b/parquet-pig/pom.xml index 2b6e09dda1..3498ea95e4 100644 --- a/parquet-pig/pom.xml +++ b/parquet-pig/pom.xml @@ -99,12 +99,6 @@ test-jar test - - joda-time - joda-time - 2.12.7 - test - org.antlr antlr-runtime diff --git a/parquet-thrift/pom.xml b/parquet-thrift/pom.xml index af3d24c321..2ce6f459b6 100644 --- a/parquet-thrift/pom.xml +++ b/parquet-thrift/pom.xml @@ -132,12 +132,6 @@ ${pig.classifier} provided - - joda-time - joda-time - 2.12.7 - provided - javax.annotation javax.annotation-api