Skip to content

Commit

Permalink
GH-3099 add libthrift to parquet-cli shaded jar (#3100)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud-Nauwynck authored Jan 21, 2025
1 parent a4aa781 commit b7058f5
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 b7058f5

Please sign in to comment.