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 06:13:05 UTC

[incubator-pinot] branch master updated: Add pinot-yammer to pinot-tools pom (#6675)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2bdc92e  Add pinot-yammer to pinot-tools pom (#6675)
2bdc92e is described below

commit 2bdc92e143138d85c2627ada593fd8c568fef476
Author: Jialiang Li <jl...@linkedin.com>
AuthorDate: Thu Mar 11 22:12:41 2021 -0800

    Add pinot-yammer to pinot-tools pom (#6675)
    
    Co-authored-by: Jack Li(Analytics Engineering) <jl...@jlli-mn1.linkedin.biz>
---
 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