From 5313dea8daee96488220f51f16f930201c3e8eec Mon Sep 17 00:00:00 2001 From: Xiang Fu Date: Wed, 27 Mar 2024 15:21:45 -0700 Subject: [PATCH 1/2] upgrade maven-shade-plugin to 3.5.2 --- .../scripts/pr-tests/.pinot_tests_unit.sh | 1 + pinot-clients/pinot-jdbc-client/pom.xml | 1 - pinot-perf/pom.xml | 1 - .../pinot-file-system/pinot-s3/pom.xml | 1 - .../pinot-kinesis/pom.xml | 1 - pinot-plugins/pom.xml | 1 - pom.xml | 41 ++++++++++++++++++- 7 files changed, 41 insertions(+), 6 deletions(-) diff --git a/.github/workflows/scripts/pr-tests/.pinot_tests_unit.sh b/.github/workflows/scripts/pr-tests/.pinot_tests_unit.sh index fe440ff5eb1f..59a00b1a8eb5 100755 --- a/.github/workflows/scripts/pr-tests/.pinot_tests_unit.sh +++ b/.github/workflows/scripts/pr-tests/.pinot_tests_unit.sh @@ -33,6 +33,7 @@ if [ "$RUN_TEST_SET" == "1" ]; then -pl 'pinot-spi' \ -pl 'pinot-segment-spi' \ -pl 'pinot-common' \ + -pl ':pinot-yammer' \ -pl 'pinot-core' \ -pl 'pinot-query-planner' \ -pl 'pinot-query-runtime' \ diff --git a/pinot-clients/pinot-jdbc-client/pom.xml b/pinot-clients/pinot-jdbc-client/pom.xml index c0fd34c9f81a..45525bd56ee0 100644 --- a/pinot-clients/pinot-jdbc-client/pom.xml +++ b/pinot-clients/pinot-jdbc-client/pom.xml @@ -95,7 +95,6 @@ maven-shade-plugin - 3.2.1 package diff --git a/pinot-perf/pom.xml b/pinot-perf/pom.xml index 6a4f64c5f6d1..a5d06f5d4bbc 100644 --- a/pinot-perf/pom.xml +++ b/pinot-perf/pom.xml @@ -214,7 +214,6 @@ org.apache.maven.plugins maven-shade-plugin - 3.1.0 diff --git a/pinot-plugins/pinot-file-system/pinot-s3/pom.xml b/pinot-plugins/pinot-file-system/pinot-s3/pom.xml index 4eec102625a2..3b8fd9b2c9b6 100644 --- a/pinot-plugins/pinot-file-system/pinot-s3/pom.xml +++ b/pinot-plugins/pinot-file-system/pinot-s3/pom.xml @@ -79,7 +79,6 @@ maven-shade-plugin - 3.2.1 ${phase.prop} diff --git a/pinot-plugins/pinot-stream-ingestion/pinot-kinesis/pom.xml b/pinot-plugins/pinot-stream-ingestion/pinot-kinesis/pom.xml index 919bd1d19e29..13381bcd9bd0 100644 --- a/pinot-plugins/pinot-stream-ingestion/pinot-kinesis/pom.xml +++ b/pinot-plugins/pinot-stream-ingestion/pinot-kinesis/pom.xml @@ -146,7 +146,6 @@ maven-shade-plugin - 3.2.1 ${phase.prop} diff --git a/pinot-plugins/pom.xml b/pinot-plugins/pom.xml index 57e66ca0fd80..3724b1bd7ce8 100644 --- a/pinot-plugins/pom.xml +++ b/pinot-plugins/pom.xml @@ -95,7 +95,6 @@ maven-shade-plugin - 3.2.1 ${phase.prop} diff --git a/pom.xml b/pom.xml index 62166a1bca0a..fc10e5ff878e 100644 --- a/pom.xml +++ b/pom.xml @@ -2209,6 +2209,9 @@ **/target/** + + **/dependency-reduced-pom.xml + **/*.txt **/*.log @@ -2299,10 +2302,12 @@ maven-shade-plugin - 3.2.1 + 3.5.2 true + false + ${mainClass} @@ -2323,6 +2328,40 @@ + + + com.fasterxml.jackson + ${shade.prefix}.com.fasterxml.jackson + + + com.google.common + ${shade.prefix}.com.google.common + + + io.netty + ${shade.prefix}.io.netty + + + org.apache.http + ${shade.prefix}.org.apache.http + + + org.apache.kafka + ${shade.prefix}.org.apache.kafka + + + org.apache.parquet + ${shade.prefix}.org.apache.parquet + + + org.reflections + ${shade.prefix}.org.reflections + + + software.amazon + ${shade.prefix}.software.amazon + + From 2e747617affe1a69586cb4e7f13882f40d76790f Mon Sep 17 00:00:00 2001 From: Xiang Fu Date: Fri, 29 Mar 2024 14:37:40 -0700 Subject: [PATCH 2/2] Remove build-shade jar profile --- .../scripts/pr-tests/.pinot_tests_unit.sh | 1 + pinot-clients/pinot-java-client/pom.xml | 1 + pinot-clients/pinot-jdbc-client/pom.xml | 34 +-------- pinot-common/pom.xml | 38 +--------- pinot-core/pom.xml | 35 --------- pinot-distribution/pom.xml | 59 +-------------- .../pinot-batch-ingestion-common/pom.xml | 1 - .../pinot-batch-ingestion-hadoop/pom.xml | 2 +- .../pinot-batch-ingestion-spark-2.4/pom.xml | 2 +- .../pinot-batch-ingestion-spark-3/pom.xml | 2 +- .../pinot-batch-ingestion-standalone/pom.xml | 2 +- .../pinot-environment/pinot-azure/pom.xml | 2 +- .../pinot-file-system/pinot-adls/pom.xml | 2 +- .../pinot-file-system/pinot-gcs/pom.xml | 2 +- .../pinot-file-system/pinot-hdfs/pom.xml | 2 +- .../pinot-file-system/pinot-s3/pom.xml | 52 +------------- .../pinot-avro-base/pom.xml | 2 +- .../pinot-input-format/pinot-avro/pom.xml | 2 +- .../pinot-input-format/pinot-clp-log/pom.xml | 2 +- .../pinot-confluent-avro/pom.xml | 2 +- .../pinot-input-format/pinot-csv/pom.xml | 2 +- .../pinot-input-format/pinot-json/pom.xml | 2 +- .../pinot-input-format/pinot-orc/pom.xml | 2 +- .../pinot-input-format/pinot-parquet/pom.xml | 2 +- .../pinot-input-format/pinot-protobuf/pom.xml | 2 +- .../pinot-input-format/pinot-thrift/pom.xml | 2 +- .../pinot-metrics/pinot-dropwizard/pom.xml | 2 +- .../pinot-metrics/pinot-yammer/pom.xml | 2 +- .../pinot-minion-builtin-tasks/pom.xml | 1 - .../pinot-segment-uploader-default/pom.xml | 1 - .../pinot-segment-writer-file-based/pom.xml | 1 - .../pinot-kafka-2.0/pom.xml | 2 +- .../pinot-kafka-base/pom.xml | 2 +- .../pinot-kinesis/pom.xml | 66 +---------------- .../pinot-pulsar/pom.xml | 2 +- pinot-plugins/pom.xml | 72 ------------------- pinot-spi/pom.xml | 35 --------- pom.xml | 12 +++- 38 files changed, 41 insertions(+), 414 deletions(-) diff --git a/.github/workflows/scripts/pr-tests/.pinot_tests_unit.sh b/.github/workflows/scripts/pr-tests/.pinot_tests_unit.sh index 59a00b1a8eb5..e50cdc93b633 100755 --- a/.github/workflows/scripts/pr-tests/.pinot_tests_unit.sh +++ b/.github/workflows/scripts/pr-tests/.pinot_tests_unit.sh @@ -47,5 +47,6 @@ if [ "$RUN_TEST_SET" == "2" ]; then -pl '!pinot-core' \ -pl '!pinot-query-planner' \ -pl '!pinot-query-runtime' \ + -pl '!:pinot-yammer' \ -P github-actions,no-integration-tests || exit 1 fi diff --git a/pinot-clients/pinot-java-client/pom.xml b/pinot-clients/pinot-java-client/pom.xml index 58d8add75a06..6004a9ee399b 100644 --- a/pinot-clients/pinot-java-client/pom.xml +++ b/pinot-clients/pinot-java-client/pom.xml @@ -33,6 +33,7 @@ https://pinot.apache.org/ ${basedir}/../.. + package diff --git a/pinot-clients/pinot-jdbc-client/pom.xml b/pinot-clients/pinot-jdbc-client/pom.xml index 45525bd56ee0..08c3880a483f 100644 --- a/pinot-clients/pinot-jdbc-client/pom.xml +++ b/pinot-clients/pinot-jdbc-client/pom.xml @@ -33,6 +33,7 @@ https://pinot.apache.org/ ${basedir}/../.. + package @@ -81,37 +82,4 @@ jsr305 - - - - build-shaded-jar - - - skipShade - !true - - - - - - maven-shade-plugin - - - package - - shade - - - - - - - - - - - - - diff --git a/pinot-common/pom.xml b/pinot-common/pom.xml index a1002ca458a5..16e5b6d41bb9 100644 --- a/pinot-common/pom.xml +++ b/pinot-common/pom.xml @@ -33,6 +33,7 @@ https://pinot.apache.org/ ${basedir}/.. + package @@ -355,43 +356,6 @@ - - build-shaded-jar - - true - - - - - maven-shade-plugin - - - package - - shade - - - - - com.google.common.base - ${shade.prefix}.com.google.common.base - - - com.google.common.cache - ${shade.prefix}.com.google.common.cache - - - org.apache.http - ${shade.prefix}.org.apache.http - - - - - - - - - profile-buildthrift diff --git a/pinot-core/pom.xml b/pinot-core/pom.xml index bd6217c24101..6aa29f7d8e2d 100644 --- a/pinot-core/pom.xml +++ b/pinot-core/pom.xml @@ -179,39 +179,4 @@ - - - build-shaded-jar - - false - - - - - maven-shade-plugin - - - package - - shade - - - - - com.google.common.base - ${shade.prefix}.com.google.common.base - - - org.apache.http - ${shade.prefix}.org.apache.http - - - - - - - - - - diff --git a/pinot-distribution/pom.xml b/pinot-distribution/pom.xml index 5a024f142d56..99ce14fb4254 100644 --- a/pinot-distribution/pom.xml +++ b/pinot-distribution/pom.xml @@ -34,6 +34,7 @@ ${basedir}/.. yyyy-MM-dd'T'HHmmss'Z' + package @@ -144,64 +145,6 @@ - - maven-shade-plugin - - - - shade - - - - - - - - true - - - - - - - com.google.common - ${shade.prefix}.com.google.common - - - com.fasterxml.jackson - ${shade.prefix}.com.fasterxml.jackson - - - org.apache.http - ${shade.prefix}.org.apache.http - - - software.amazon - ${shade.prefix}.software.amazon - - - org.reflections - ${shade.prefix}.org.reflections - - - io.netty - ${shade.prefix}.io.netty - - - org.apache.parquet - ${shade.prefix}.org.apache.parquet - - - - - - diff --git a/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-common/pom.xml b/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-common/pom.xml index e569bfdd97d7..6ac4cd73cbfd 100644 --- a/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-common/pom.xml +++ b/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-common/pom.xml @@ -35,6 +35,5 @@ https://pinot.apache.org/ ${basedir}/../../.. - none diff --git a/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-hadoop/pom.xml b/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-hadoop/pom.xml index 099292d9dada..d2acdedb4a2b 100644 --- a/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-hadoop/pom.xml +++ b/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-hadoop/pom.xml @@ -35,7 +35,7 @@ https://pinot.apache.org/ ${basedir}/../../.. - package + package diff --git a/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-spark-2.4/pom.xml b/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-spark-2.4/pom.xml index 45568ae319a7..748d6de20c34 100644 --- a/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-spark-2.4/pom.xml +++ b/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-spark-2.4/pom.xml @@ -35,7 +35,7 @@ https://pinot.apache.org/ ${basedir}/../../.. - package + package 2.11 2.4.6 2.11.11 diff --git a/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-spark-3/pom.xml b/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-spark-3/pom.xml index 1dfba13c999b..1e8e5efd5727 100644 --- a/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-spark-3/pom.xml +++ b/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-spark-3/pom.xml @@ -35,7 +35,7 @@ https://pinot.apache.org/ ${basedir}/../../.. - package + package 3.5.1 diff --git a/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-standalone/pom.xml b/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-standalone/pom.xml index 34b82ce0e7d4..468d0ff3b049 100644 --- a/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-standalone/pom.xml +++ b/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-standalone/pom.xml @@ -35,7 +35,7 @@ https://pinot.apache.org/ ${basedir}/../../.. - package + package diff --git a/pinot-plugins/pinot-environment/pinot-azure/pom.xml b/pinot-plugins/pinot-environment/pinot-azure/pom.xml index 3fa9df89acad..50d109131c11 100644 --- a/pinot-plugins/pinot-environment/pinot-azure/pom.xml +++ b/pinot-plugins/pinot-environment/pinot-azure/pom.xml @@ -34,7 +34,7 @@ https://pinot.apache.org/ ${basedir}/../../.. - package + package diff --git a/pinot-plugins/pinot-file-system/pinot-adls/pom.xml b/pinot-plugins/pinot-file-system/pinot-adls/pom.xml index 30d7cbc051be..bd5219be623e 100644 --- a/pinot-plugins/pinot-file-system/pinot-adls/pom.xml +++ b/pinot-plugins/pinot-file-system/pinot-adls/pom.xml @@ -33,7 +33,7 @@ https://pinot.apache.org/ ${basedir}/../../.. - package + package diff --git a/pinot-plugins/pinot-file-system/pinot-gcs/pom.xml b/pinot-plugins/pinot-file-system/pinot-gcs/pom.xml index 30525f47ee18..dbf8f5cc8a90 100644 --- a/pinot-plugins/pinot-file-system/pinot-gcs/pom.xml +++ b/pinot-plugins/pinot-file-system/pinot-gcs/pom.xml @@ -35,7 +35,7 @@ https://pinot.apache.org ${basedir}/../../.. - package + package diff --git a/pinot-plugins/pinot-file-system/pinot-hdfs/pom.xml b/pinot-plugins/pinot-file-system/pinot-hdfs/pom.xml index 9691e9a3c93d..904a178ff4bd 100644 --- a/pinot-plugins/pinot-file-system/pinot-hdfs/pom.xml +++ b/pinot-plugins/pinot-file-system/pinot-hdfs/pom.xml @@ -33,7 +33,7 @@ https://pinot.apache.org/ ${basedir}/../../.. - package + package diff --git a/pinot-plugins/pinot-file-system/pinot-s3/pom.xml b/pinot-plugins/pinot-file-system/pinot-s3/pom.xml index 3b8fd9b2c9b6..bd650eadf229 100644 --- a/pinot-plugins/pinot-file-system/pinot-s3/pom.xml +++ b/pinot-plugins/pinot-file-system/pinot-s3/pom.xml @@ -36,7 +36,7 @@ ${basedir}/../../.. 2.12.2 - package + package @@ -65,54 +65,4 @@ test - - - - build-shaded-jar - - - skipShade - !true - - - - - - maven-shade-plugin - - - ${phase.prop} - - shade - - - - - - - - - com.google.common - ${shade.prefix}.com.google.common - - - com.fasterxml.jackson - ${shade.prefix}.com.fasterxml.jackson - - - - - - - - - - diff --git a/pinot-plugins/pinot-input-format/pinot-avro-base/pom.xml b/pinot-plugins/pinot-input-format/pinot-avro-base/pom.xml index 71373664a043..a55b08d10033 100644 --- a/pinot-plugins/pinot-input-format/pinot-avro-base/pom.xml +++ b/pinot-plugins/pinot-input-format/pinot-avro-base/pom.xml @@ -34,7 +34,7 @@ https://pinot.apache.org/ ${basedir}/../../.. - package + package diff --git a/pinot-plugins/pinot-input-format/pinot-avro/pom.xml b/pinot-plugins/pinot-input-format/pinot-avro/pom.xml index 63540fc056f2..ba1640a48b56 100644 --- a/pinot-plugins/pinot-input-format/pinot-avro/pom.xml +++ b/pinot-plugins/pinot-input-format/pinot-avro/pom.xml @@ -34,7 +34,7 @@ https://pinot.apache.org/ ${basedir}/../../.. - package + package diff --git a/pinot-plugins/pinot-input-format/pinot-clp-log/pom.xml b/pinot-plugins/pinot-input-format/pinot-clp-log/pom.xml index 49bff523fd73..46ea0fc6bfc0 100644 --- a/pinot-plugins/pinot-input-format/pinot-clp-log/pom.xml +++ b/pinot-plugins/pinot-input-format/pinot-clp-log/pom.xml @@ -34,7 +34,7 @@ https://pinot.apache.org/ ${basedir}/../../.. - package + package diff --git a/pinot-plugins/pinot-input-format/pinot-confluent-avro/pom.xml b/pinot-plugins/pinot-input-format/pinot-confluent-avro/pom.xml index cd21edb99b39..b489d28c8937 100644 --- a/pinot-plugins/pinot-input-format/pinot-confluent-avro/pom.xml +++ b/pinot-plugins/pinot-input-format/pinot-confluent-avro/pom.xml @@ -35,7 +35,7 @@ ${basedir}/../../.. 2.8.1 - package + package diff --git a/pinot-plugins/pinot-input-format/pinot-csv/pom.xml b/pinot-plugins/pinot-input-format/pinot-csv/pom.xml index d323171600be..8b9dc01252a2 100644 --- a/pinot-plugins/pinot-input-format/pinot-csv/pom.xml +++ b/pinot-plugins/pinot-input-format/pinot-csv/pom.xml @@ -34,7 +34,7 @@ https://pinot.apache.org/ ${basedir}/../../.. - package + package diff --git a/pinot-plugins/pinot-input-format/pinot-json/pom.xml b/pinot-plugins/pinot-input-format/pinot-json/pom.xml index 608cb65787d5..e1d57197b2bf 100644 --- a/pinot-plugins/pinot-input-format/pinot-json/pom.xml +++ b/pinot-plugins/pinot-input-format/pinot-json/pom.xml @@ -34,6 +34,6 @@ https://pinot.apache.org/ ${basedir}/../../.. - package + package diff --git a/pinot-plugins/pinot-input-format/pinot-orc/pom.xml b/pinot-plugins/pinot-input-format/pinot-orc/pom.xml index 4984c17fd3e8..f7fa3863672c 100644 --- a/pinot-plugins/pinot-input-format/pinot-orc/pom.xml +++ b/pinot-plugins/pinot-input-format/pinot-orc/pom.xml @@ -35,7 +35,7 @@ https://pinot.apache.org/ ${basedir}/../../.. - package + package diff --git a/pinot-plugins/pinot-input-format/pinot-parquet/pom.xml b/pinot-plugins/pinot-input-format/pinot-parquet/pom.xml index 62d70ba5ec1c..2a94606ebcaa 100644 --- a/pinot-plugins/pinot-input-format/pinot-parquet/pom.xml +++ b/pinot-plugins/pinot-input-format/pinot-parquet/pom.xml @@ -34,7 +34,7 @@ https://pinot.apache.org/ ${basedir}/../../.. - package + package diff --git a/pinot-plugins/pinot-input-format/pinot-protobuf/pom.xml b/pinot-plugins/pinot-input-format/pinot-protobuf/pom.xml index da6832e869e2..1e504deafd15 100644 --- a/pinot-plugins/pinot-input-format/pinot-protobuf/pom.xml +++ b/pinot-plugins/pinot-input-format/pinot-protobuf/pom.xml @@ -37,7 +37,7 @@ ${basedir}/../../.. 2.8.1 1.19.7 - package + package diff --git a/pinot-plugins/pinot-input-format/pinot-thrift/pom.xml b/pinot-plugins/pinot-input-format/pinot-thrift/pom.xml index ab2b565f1bc0..1c746ef3e9b1 100644 --- a/pinot-plugins/pinot-input-format/pinot-thrift/pom.xml +++ b/pinot-plugins/pinot-input-format/pinot-thrift/pom.xml @@ -34,7 +34,7 @@ https://pinot.apache.org/ ${basedir}/../../.. - package + package diff --git a/pinot-plugins/pinot-metrics/pinot-dropwizard/pom.xml b/pinot-plugins/pinot-metrics/pinot-dropwizard/pom.xml index 1fd60542c7ef..8e67f5bde8ee 100644 --- a/pinot-plugins/pinot-metrics/pinot-dropwizard/pom.xml +++ b/pinot-plugins/pinot-metrics/pinot-dropwizard/pom.xml @@ -34,7 +34,7 @@ https://pinot.apache.org/ ${basedir}/../../.. - package + package diff --git a/pinot-plugins/pinot-metrics/pinot-yammer/pom.xml b/pinot-plugins/pinot-metrics/pinot-yammer/pom.xml index 46bebe926c5b..97e2c49ea95a 100644 --- a/pinot-plugins/pinot-metrics/pinot-yammer/pom.xml +++ b/pinot-plugins/pinot-metrics/pinot-yammer/pom.xml @@ -34,7 +34,7 @@ https://pinot.apache.org/ ${basedir}/../../.. - package + package diff --git a/pinot-plugins/pinot-minion-tasks/pinot-minion-builtin-tasks/pom.xml b/pinot-plugins/pinot-minion-tasks/pinot-minion-builtin-tasks/pom.xml index 287c832146c7..a8388d1df16c 100644 --- a/pinot-plugins/pinot-minion-tasks/pinot-minion-builtin-tasks/pom.xml +++ b/pinot-plugins/pinot-minion-tasks/pinot-minion-builtin-tasks/pom.xml @@ -34,7 +34,6 @@ https://pinot.apache.org/ ${basedir}/../../.. - none diff --git a/pinot-plugins/pinot-segment-uploader/pinot-segment-uploader-default/pom.xml b/pinot-plugins/pinot-segment-uploader/pinot-segment-uploader-default/pom.xml index f104c5417804..4104c365ddfc 100644 --- a/pinot-plugins/pinot-segment-uploader/pinot-segment-uploader-default/pom.xml +++ b/pinot-plugins/pinot-segment-uploader/pinot-segment-uploader-default/pom.xml @@ -35,7 +35,6 @@ https://pinot.apache.org/ ${basedir}/../../.. - none diff --git a/pinot-plugins/pinot-segment-writer/pinot-segment-writer-file-based/pom.xml b/pinot-plugins/pinot-segment-writer/pinot-segment-writer-file-based/pom.xml index 697d952d66a7..c064b4f35ffa 100644 --- a/pinot-plugins/pinot-segment-writer/pinot-segment-writer-file-based/pom.xml +++ b/pinot-plugins/pinot-segment-writer/pinot-segment-writer-file-based/pom.xml @@ -35,7 +35,6 @@ https://pinot.apache.org/ ${basedir}/../../.. - none diff --git a/pinot-plugins/pinot-stream-ingestion/pinot-kafka-2.0/pom.xml b/pinot-plugins/pinot-stream-ingestion/pinot-kafka-2.0/pom.xml index 533e18f90e24..168001f16ff3 100644 --- a/pinot-plugins/pinot-stream-ingestion/pinot-kafka-2.0/pom.xml +++ b/pinot-plugins/pinot-stream-ingestion/pinot-kafka-2.0/pom.xml @@ -36,7 +36,7 @@ ${basedir}/../../.. 2.8.1 - package + package diff --git a/pinot-plugins/pinot-stream-ingestion/pinot-kafka-base/pom.xml b/pinot-plugins/pinot-stream-ingestion/pinot-kafka-base/pom.xml index c3d663f06400..1c34237eb658 100644 --- a/pinot-plugins/pinot-stream-ingestion/pinot-kafka-base/pom.xml +++ b/pinot-plugins/pinot-stream-ingestion/pinot-kafka-base/pom.xml @@ -35,7 +35,7 @@ https://pinot.apache.org/ ${basedir}/../../.. - package + package diff --git a/pinot-plugins/pinot-stream-ingestion/pinot-kinesis/pom.xml b/pinot-plugins/pinot-stream-ingestion/pinot-kinesis/pom.xml index 13381bcd9bd0..916a617504af 100644 --- a/pinot-plugins/pinot-stream-ingestion/pinot-kinesis/pom.xml +++ b/pinot-plugins/pinot-stream-ingestion/pinot-kinesis/pom.xml @@ -35,7 +35,7 @@ https://pinot.apache.org/ ${basedir}/../../.. - package + package 1.0.2 0.2.23 @@ -133,68 +133,4 @@ - - - build-shaded-jar - - - skipShade - !true - - - - - - maven-shade-plugin - - - ${phase.prop} - - shade - - - - - - - - - - - com.google.common - ${shade.prefix}.com.google.common - - - com.fasterxml.jackson - ${shade.prefix}.com.fasterxml.jackson - - - software.amazon - ${shade.prefix}.software.amazon - - - - - - - - - - diff --git a/pinot-plugins/pinot-stream-ingestion/pinot-pulsar/pom.xml b/pinot-plugins/pinot-stream-ingestion/pinot-pulsar/pom.xml index 2037493483d2..f742f52f45a8 100644 --- a/pinot-plugins/pinot-stream-ingestion/pinot-pulsar/pom.xml +++ b/pinot-plugins/pinot-stream-ingestion/pinot-pulsar/pom.xml @@ -35,7 +35,7 @@ https://pinot.apache.org/ - package + package ${basedir}/../../.. 0.16.0 1.63.0 diff --git a/pinot-plugins/pom.xml b/pinot-plugins/pom.xml index 3724b1bd7ce8..f3e9d02d9b99 100644 --- a/pinot-plugins/pom.xml +++ b/pinot-plugins/pom.xml @@ -36,7 +36,6 @@ ${basedir}/.. - none compile @@ -83,76 +82,5 @@ provided - - build-shaded-jar - - - skipShade - !true - - - - - - maven-shade-plugin - - - ${phase.prop} - - shade - - - - - - - - - com.google.common - ${shade.prefix}.com.google.common - - - com.fasterxml.jackson - ${shade.prefix}.com.fasterxml.jackson - - - org.apache.http - ${shade.prefix}.org.apache.http - - - software.amazon - ${shade.prefix}.software.amazon - - - org.reflections - ${shade.prefix}.org.reflections - - - io.netty - ${shade.prefix}.io.netty - - - org.apache.parquet - ${shade.prefix}.org.apache.parquet - - - org.apache.kafka - ${shade.prefix}.org.apache.kafka - - - - - - - - - diff --git a/pinot-spi/pom.xml b/pinot-spi/pom.xml index d1c76c9e8883..43ae753a6d8d 100644 --- a/pinot-spi/pom.xml +++ b/pinot-spi/pom.xml @@ -179,39 +179,4 @@ reflections - - - build-shaded-jar - - false - - - - - maven-shade-plugin - - - package - - shade - - - - - com.google.common.base - ${shade.prefix}.com.google.common.base - - - com.fasterxml.jackson - ${shade.prefix}.com.fasterxml.jackson - - - - - - - - - - diff --git a/pom.xml b/pom.xml index fc10e5ff878e..a6c296dafea1 100644 --- a/pom.xml +++ b/pom.xml @@ -131,6 +131,8 @@ org.apache.pinot.shaded 3.4.0 + 3.5.2 + none 1.11.3 1.13.1 @@ -2302,7 +2304,15 @@ maven-shade-plugin - 3.5.2 + ${maven-shade-plugin.version} + + + ${shade.phase.prop} + + shade + + + true false