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

kishoreg pushed a commit to branch clean-up-filesystem
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git


The following commit(s) were added to refs/heads/clean-up-filesystem by this 
push:
     new 7abc266  Changing pinot-spi scope from compile to provided
7abc266 is described below

commit 7abc26622306e4fbedfc8ce688699556f414b624
Author: kishoreg <[email protected]>
AuthorDate: Tue Dec 17 18:01:49 2019 -0800

    Changing pinot-spi scope from compile to provided
---
 pinot-azure-filesystem/pom.xml  | 1 +
 pinot-hadoop-filesystem/pom.xml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/pinot-azure-filesystem/pom.xml b/pinot-azure-filesystem/pom.xml
index 0880436..a128ec8 100644
--- a/pinot-azure-filesystem/pom.xml
+++ b/pinot-azure-filesystem/pom.xml
@@ -51,6 +51,7 @@
     <dependency>
       <groupId>org.apache.pinot</groupId>
       <artifactId>pinot-spi</artifactId>
+      <scope>provided</scope>
     </dependency>
   </dependencies>
 </project>
diff --git a/pinot-hadoop-filesystem/pom.xml b/pinot-hadoop-filesystem/pom.xml
index 5ca139a..e0bb241 100644
--- a/pinot-hadoop-filesystem/pom.xml
+++ b/pinot-hadoop-filesystem/pom.xml
@@ -74,6 +74,7 @@
     <dependency>
       <groupId>org.apache.pinot</groupId>
       <artifactId>pinot-spi</artifactId>
+      <scope>provided</scope>
     </dependency>
   </dependencies>
 </project>


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

Reply via email to