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 <[email protected]>
AuthorDate: Thu Mar 11 22:12:41 2021 -0800

    Add pinot-yammer to pinot-tools pom (#6675)
    
    Co-authored-by: Jack Li(Analytics Engineering) <[email protected]>
---
 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to