This is an automated email from the ASF dual-hosted git repository. kishoreg pushed a commit to branch fix-quickstart in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
commit 6d4381a48e6cbc2603ed5b5c4685c93b11175c24 Author: kishoreg <g.kish...@gmail.com> AuthorDate: Fri Jan 29 17:56:35 2021 -0800 Fixing quickstart launcher from IDE --- pinot-tools/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pinot-tools/pom.xml b/pinot-tools/pom.xml index f878ce1..43afd0f 100644 --- a/pinot-tools/pom.xml +++ b/pinot-tools/pom.xml @@ -103,6 +103,12 @@ </dependency> <dependency> <groupId>org.apache.pinot</groupId> + <artifactId>pinot-batch-ingestion-standalone</artifactId> + <version>${project.version}</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>org.apache.pinot</groupId> <artifactId>pinot-s3</artifactId> <version>${project.version}</version> <scope>runtime</scope> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org