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) <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
