You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ki...@apache.org on 2021/01/30 01:57:12 UTC

[incubator-pinot] 01/01: Fixing quickstart launcher from IDE

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....@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-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org