Skip to content

Commit

Permalink
MINOR: Remove Joda as a direct dependency
Browse files Browse the repository at this point in the history
I saw apache#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.
  • Loading branch information
Fokko committed Jan 19, 2025
1 parent 7b599ed commit 950da85
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions parquet-pig/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 0 additions & 6 deletions parquet-thrift/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 950da85

Please sign in to comment.