From 0c8b757a8d1d0b94d929d259116de75a658e20fe Mon Sep 17 00:00:00 2001 From: Michel Davit Date: Mon, 30 Sep 2024 04:16:12 +0200 Subject: [PATCH] GH-3016: Do not use dependency-reduced pom for attached shaded artifact (#3015) --- README.md | 2 +- parquet-cli/pom.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f2bf5f04b..92046ae99d 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Parquet-Java uses Maven to build and depends on the thrift compiler (protoc is n To build and install the thrift compiler, run: ``` -wget -nv http://archive.apache.org/dist/thrift/0.20.0/thrift-0.20.0.tar.gz +wget -nv https://archive.apache.org/dist/thrift/0.20.0/thrift-0.20.0.tar.gz tar xzf thrift-0.20.0.tar.gz cd thrift-0.20.0 chmod +x ./configure diff --git a/parquet-cli/pom.xml b/parquet-cli/pom.xml index bdbf776b4c..83daad2596 100644 --- a/parquet-cli/pom.xml +++ b/parquet-cli/pom.xml @@ -239,6 +239,7 @@ shade + false true runtime false