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 00:45:16 UTC

[incubator-pinot] 01/01: Remove redundant imports in pinot-minion pom.xml

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

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

commit f4a0f9d8738a2638fb594aa4cf45f831e2a9ec68
Author: Jackie (Xiaotian) Jiang <xa...@linkedin.com>
AuthorDate: Mon Jan 14 16:44:59 2019 -0800

    Remove redundant imports in pinot-minion pom.xml
---
 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