From 57523910bd0f96f609367dc330924ef1ea344a64 Mon Sep 17 00:00:00 2001 From: Arnaud Nauwynck <arnaud.nauwynck@gmail.com> Date: Sun, 8 Dec 2024 20:21:52 +0100 Subject: [PATCH] GH-3099 add libthrift to parquet-cli shaded jar --- parquet-cli/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/parquet-cli/pom.xml b/parquet-cli/pom.xml index c491918069..1bed03df35 100644 --- a/parquet-cli/pom.xml +++ b/parquet-cli/pom.xml @@ -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>