This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-java.git
The following commit(s) were added to refs/heads/master by this push:
new b65934204 MINOR: Remove Joda as a direct dependency (#3132)
b65934204 is described below
commit b659342043eb7b0243878723b5e01e8a9c37b24d
Author: Fokko Driesprong <[email protected]>
AuthorDate: Sun Jan 19 14:46:47 2025 +0100
MINOR: Remove Joda as a direct dependency (#3132)
---
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 db98eeb87..f1ed2c253 100644
--- a/parquet-pig/pom.xml
+++ b/parquet-pig/pom.xml
@@ -99,12 +99,6 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>joda-time</groupId>
- <artifactId>joda-time</artifactId>
- <version>2.12.7</version>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr-runtime</artifactId>
diff --git a/parquet-thrift/pom.xml b/parquet-thrift/pom.xml
index 1e493bbdc..961fbe9e2 100644
--- a/parquet-thrift/pom.xml
+++ b/parquet-thrift/pom.xml
@@ -132,12 +132,6 @@
<classifier>${pig.classifier}</classifier>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>joda-time</groupId>
- <artifactId>joda-time</artifactId>
- <version>2.12.7</version>
- <scope>provided</scope>
- </dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>