This is an automated email from the ASF dual-hosted git repository. atri pushed a commit to branch release-0.11-rc in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/release-0.11-rc by this push: new 0f17626a8d Updating LICENSE-Binary File: Update the pom 0f17626a8d is described below commit 0f17626a8d9183dab4ec6b617f69491b30b3ff08 Author: Atri Sharma <atri.j...@gmail.com> AuthorDate: Thu Sep 1 01:21:59 2022 +0530 Updating LICENSE-Binary File: Update the pom --- pinot-distribution/pom.xml | 176 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 175 insertions(+), 1 deletion(-) diff --git a/pinot-distribution/pom.xml b/pinot-distribution/pom.xml index e1be9af223..1efc28fd5a 100644 --- a/pinot-distribution/pom.xml +++ b/pinot-distribution/pom.xml @@ -35,7 +35,181 @@ <pinot.root>${basedir}/..</pinot.root> <maven.build.timestamp.format>yyyy-MM-dd'T'HHmmss'Z'</maven.build.timestamp.format> </properties> - <dependencies> +<dependencies> +<!-- pinot-plugins/pinot-batch-ingestion --> + <dependency> + <groupId>org.apache.pinot</groupId> + <artifactId>pinot-batch-ingestion-common</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.pinot</groupId> + <artifactId>pinot-batch-ingestion-hadoop</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.pinot</groupId> + <artifactId>pinot-batch-ingestion-spark-2.4</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.pinot</groupId> + <artifactId>pinot-batch-ingestion-spark-3.2</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.pinot</groupId> + <artifactId>pinot-batch-ingestion-standalone</artifactId> + <version>${project.version}</version> + </dependency> + + <!-- pinot-plugins/pinot-environment --> + <dependency> + <groupId>org.apache.pinot</groupId> + <artifactId>pinot-azure</artifactId> + <version>${project.version}</version> + </dependency> + + <!-- pinot-plugins/pinot-file-system --> + <dependency> + <groupId>org.apache.pinot</groupId> + <artifactId>pinot-adls</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.pinot</groupId> + <artifactId>pinot-gcs</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.pinot</groupId> + <artifactId>pinot-hdfs</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.pinot</groupId> + <artifactId>pinot-s3</artifactId> + <version>${project.version}</version> + </dependency> + + <!-- pinot-plugins/pinot-input-format --> + <dependency> + <groupId>org.apache.pinot</groupId> + <artifactId>pinot-avro</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.pinot</groupId> + <artifactId>pinot-avro-base</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.pinot</groupId> + <artifactId>pinot-csv</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.pinot</groupId> + <artifactId>pinot-confluent-avro</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.pinot</groupId> + <artifactId>pinot-json</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.pinot</groupId> + <artifactId>pinot-orc</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.pinot</groupId> + <artifactId>pinot-parquet</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.pinot</groupId> + <artifactId>pinot-protobuf</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.pinot</groupId> + <artifactId>pinot-thrift</artifactId> + <version>${project.version}</version> + </dependency> + + <!-- pinot-plugins/pinot-metrics --> + <dependency> + <groupId>org.apache.pinot</groupId> + <artifactId>pinot-dropwizard</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.pinot</groupId> + <artifactId>pinot-yammer</artifactId> + <version>${project.version}</version> + </dependency> + + <!-- pinot-plugins/pinot-minion-tasks --> + <dependency> + <groupId>org.apache.pinot</groupId> + <artifactId>pinot-minion-builtin-tasks</artifactId> + <version>${project.version}</version> + </dependency> + + <!-- pinot-plugins/pinot-segment-uploader --> + <dependency> + <groupId>org.apache.pinot</groupId> + <artifactId>pinot-segment-uploader-default</artifactId> + <version>${project.version}</version> + </dependency> + + <!-- pinot-plugins/pinot-segment-writer --> + <dependency> + <groupId>org.apache.pinot</groupId> + <artifactId>pinot-segment-writer-file-based</artifactId> + <version>${project.version}</version> + </dependency> + + <!-- pinot-plugins/pinot-stream-ingestion --> + <dependency> + <groupId>org.apache.pinot</groupId> + <artifactId>pinot-kafka-0.9</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.pinot</groupId> + <artifactId>pinot-kafka-2.0</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.pinot</groupId> + <artifactId>pinot-kafka-base</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.pinot</groupId> + <artifactId>pinot-kinesis</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.pinot</groupId> + <artifactId>pinot-pulsar</artifactId> + <version>${project.version}</version> + </dependency> + + <!-- pinot-connectors --> + <dependency> + <groupId>org.apache.pinot</groupId> + <artifactId>pinot-spark-connector</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.pinot</groupId> + <artifactId>presto-pinot-driver</artifactId> + <version>${project.version}</version> + </dependency> <dependency> <groupId>org.apache.pinot</groupId> <artifactId>pinot-spi</artifactId> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org