Skip to content

Commit a6222b0

Browse files
committed
Remove unused parquet-thrift dependencies
1 parent f50dd6c commit a6222b0

1 file changed

Lines changed: 0 additions & 24 deletions

File tree

parquet-thrift/pom.xml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,6 @@
107107
<artifactId>jackson-annotations</artifactId>
108108
<version>${jackson.version}</version>
109109
</dependency>
110-
<dependency>
111-
<groupId>com.google.guava</groupId>
112-
<artifactId>guava</artifactId>
113-
<version>${guava.version}</version>
114-
<scope>test</scope>
115-
</dependency>
116110
<dependency>
117111
<groupId>org.apache.parquet</groupId>
118112
<artifactId>parquet-column</artifactId>
@@ -132,17 +126,6 @@
132126
<classifier>${pig.classifier}</classifier>
133127
<scope>provided</scope>
134128
</dependency>
135-
<dependency>
136-
<groupId>javax.annotation</groupId>
137-
<artifactId>javax.annotation-api</artifactId>
138-
<version>${javax.annotation.version}</version>
139-
</dependency>
140-
<dependency> <!-- for pig runtime in tests -->
141-
<groupId>org.antlr</groupId>
142-
<artifactId>antlr-runtime</artifactId>
143-
<version>3.5.3</version>
144-
<scope>test</scope>
145-
</dependency>
146129
<dependency>
147130
<groupId>org.apache.thrift</groupId>
148131
<artifactId>libthrift</artifactId>
@@ -160,13 +143,6 @@
160143
<version>${slf4j.version}</version>
161144
<scope>test</scope>
162145
</dependency>
163-
<dependency>
164-
<!-- needed for Pig tests -->
165-
<groupId>log4j</groupId>
166-
<artifactId>log4j</artifactId>
167-
<version>1.2.17</version>
168-
<scope>test</scope>
169-
</dependency>
170146
<dependency>
171147
<groupId>org.apache.parquet</groupId>
172148
<artifactId>parquet-hadoop</artifactId>

0 commit comments

Comments
 (0)