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