You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by su...@apache.org on 2019/04/25 03:27:59 UTC

[incubator-pinot] branch master updated: Remove filesystem module from pinot-distribution (#4165)

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

sunithabeeram 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 2401249  Remove filesystem module from pinot-distribution (#4165)
2401249 is described below

commit 2401249ff72cc6eef4f8ff3c68754ce242bbbfbd
Author: Sunitha Beeram <sb...@linkedin.com>
AuthorDate: Wed Apr 24 20:27:55 2019 -0700

    Remove filesystem module from pinot-distribution (#4165)
---
 pinot-controller/pom.xml   | 4 ----
 pinot-distribution/pom.xml | 4 ----
 pom.xml                    | 5 -----
 3 files changed, 13 deletions(-)

diff --git a/pinot-controller/pom.xml b/pinot-controller/pom.xml
index 75ac65f..6876c22 100644
--- a/pinot-controller/pom.xml
+++ b/pinot-controller/pom.xml
@@ -220,10 +220,6 @@
         </exclusion>
       </exclusions>
     </dependency>
-    <dependency>
-      <groupId>org.apache.pinot</groupId>
-      <artifactId>pinot-filesystem</artifactId>
-    </dependency>
   </dependencies>
   <build>
     <plugins>
diff --git a/pinot-distribution/pom.xml b/pinot-distribution/pom.xml
index c391cdc..321a131 100644
--- a/pinot-distribution/pom.xml
+++ b/pinot-distribution/pom.xml
@@ -66,10 +66,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.pinot</groupId>
-      <artifactId>pinot-filesystem</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.pinot</groupId>
       <artifactId>pinot-hadoop-filesystem</artifactId>
     </dependency>
     <dependency>
diff --git a/pom.xml b/pom.xml
index ec083f3..9dc5612 100644
--- a/pom.xml
+++ b/pom.xml
@@ -274,11 +274,6 @@
       </dependency>
       <dependency>
         <groupId>org.apache.pinot</groupId>
-        <artifactId>pinot-filesystem</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.pinot</groupId>
         <artifactId>pinot-hadoop-filesystem</artifactId>
         <version>${project.version}</version>
       </dependency>


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