You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by jl...@apache.org on 2021/03/12 04:44:41 UTC

[incubator-pinot] 01/01: Add pinot-yammer to pinot-tools pom

This is an automated email from the ASF dual-hosted git repository.

jlli pushed a commit to branch add-pinot-yammer-in-pinot-tools-module
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git

commit 1ea52701386595e2af0bae2f05239c2d585ee474
Author: Jack Li(Analytics Engineering) <jl...@jlli-mn1.linkedin.biz>
AuthorDate: Thu Mar 11 20:44:08 2021 -0800

    Add pinot-yammer to pinot-tools pom
---
 pinot-tools/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pinot-tools/pom.xml b/pinot-tools/pom.xml
index a139df2..6cf0767 100644
--- a/pinot-tools/pom.xml
+++ b/pinot-tools/pom.xml
@@ -123,6 +123,11 @@
       <version>${project.version}</version>
     </dependency>
     <dependency>
+      <groupId>org.apache.pinot</groupId>
+      <artifactId>pinot-yammer</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
       <groupId>commons-cli</groupId>
       <artifactId>commons-cli</artifactId>
     </dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org