You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ja...@apache.org on 2019/01/15 04:32:45 UTC

[incubator-pinot] branch master updated: Remove redundant imports in pinot-minion pom.xml (#3690)

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

jackie 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 7d6c4ef  Remove redundant imports in pinot-minion pom.xml (#3690)
7d6c4ef is described below

commit 7d6c4ef8c27c118bbecf57b7bbf46b9dc5acf690
Author: Xiaotian (Jackie) Jiang <17...@users.noreply.github.com>
AuthorDate: Mon Jan 14 20:32:41 2019 -0800

    Remove redundant imports in pinot-minion pom.xml (#3690)
---
 pinot-minion/pom.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/pinot-minion/pom.xml b/pinot-minion/pom.xml
index eb8c11a..7d705db 100644
--- a/pinot-minion/pom.xml
+++ b/pinot-minion/pom.xml
@@ -101,13 +101,5 @@
       <artifactId>testng</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.apache.pinot</groupId>
-      <artifactId>pinot-common</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.pinot</groupId>
-      <artifactId>pinot-core</artifactId>
-    </dependency>
   </dependencies>
 </project>


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