Skip to content

Commit b659342

Browse files
authored
MINOR: Remove Joda as a direct dependency (#3132)
1 parent 7a99d86 commit b659342

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

parquet-pig/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,6 @@
9999
<type>test-jar</type>
100100
<scope>test</scope>
101101
</dependency>
102-
<dependency>
103-
<groupId>joda-time</groupId>
104-
<artifactId>joda-time</artifactId>
105-
<version>2.12.7</version>
106-
<scope>test</scope>
107-
</dependency>
108102
<dependency>
109103
<groupId>org.antlr</groupId>
110104
<artifactId>antlr-runtime</artifactId>

parquet-thrift/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,6 @@
132132
<classifier>${pig.classifier}</classifier>
133133
<scope>provided</scope>
134134
</dependency>
135-
<dependency>
136-
<groupId>joda-time</groupId>
137-
<artifactId>joda-time</artifactId>
138-
<version>2.12.7</version>
139-
<scope>provided</scope>
140-
</dependency>
141135
<dependency>
142136
<groupId>javax.annotation</groupId>
143137
<artifactId>javax.annotation-api</artifactId>

0 commit comments

Comments
 (0)