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

xiangfu pushed a commit to branch refactor-pinot-reader-reader-dependency
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git

commit 4d74db27237f847c7bff739e019302e5a4b63e16
Author: Xiang Fu <[email protected]>
AuthorDate: Sat Nov 30 14:39:39 2019 -0800

    remove pinot-core dependency from pinot-ingestion-jobs
---
 pinot-ingestion-jobs/pom.xml | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/pinot-ingestion-jobs/pom.xml b/pinot-ingestion-jobs/pom.xml
index b89a8f6..f30ba78 100644
--- a/pinot-ingestion-jobs/pom.xml
+++ b/pinot-ingestion-jobs/pom.xml
@@ -49,17 +49,6 @@
       <artifactId>pinot-common</artifactId>
       <scope>provided</scope>
     </dependency>
-    <dependency>
-      <groupId>org.apache.pinot</groupId>
-      <artifactId>pinot-core</artifactId>
-      <scope>provided</scope>
-      <exclusions>
-        <exclusion>
-          <groupId>org.scala-lang</groupId>
-          <artifactId>scala-library</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
 
     <!-- test -->
     <dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to