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