Skip to content

Commit

Permalink
apacheGH-3099 add libthrift to parquet-cli shaded jar
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud-Nauwynck committed Dec 8, 2024
1 parent 4aeba6c commit 5752391
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions parquet-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,12 @@
<artifactId>hadoop-common</artifactId>
<scope>${deps.scope}</scope>
</dependency>
<dependency>
<groupId>org.apache.thrift</groupId>
<artifactId>libthrift</artifactId>
<version>${format.thrift.version}</version>
<scope>${deps.scope}</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
Expand Down

0 comments on commit 5752391

Please sign in to comment.