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:15 UTC

[incubator-pinot] branch fix_minion_import created (now f4a0f9d)

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

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


      at f4a0f9d  Remove redundant imports in pinot-minion pom.xml

This branch includes the following new commits:

     new f4a0f9d  Remove redundant imports in pinot-minion pom.xml

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


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

Posted by ja...@apache.org.
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