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

gopalv pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/master by this push:
     new 8b500dd  ORC-542. Make hadoop dependency provided scope.
8b500dd is described below

commit 8b500dddd73e26860013de97894d65935a5e9941
Author: Owen O'Malley <[email protected]>
AuthorDate: Tue Aug 13 10:59:03 2019 -0700

    ORC-542. Make hadoop dependency provided scope.
    
    Fixes #419
    
    Signed-off-by: Gopal V <[email protected]>
---
 java/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/java/pom.xml b/java/pom.xml
index f7efa92..79ee5be 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -453,6 +453,7 @@
         <groupId>org.apache.hadoop</groupId>
         <artifactId>hadoop-common</artifactId>
         <version>${min.hadoop.version}</version>
+        <scope>provided</scope>
         <exclusions>
           <exclusion>
             <groupId>com.google.code.findbugs</groupId>
@@ -528,6 +529,7 @@
         <groupId>org.apache.hadoop</groupId>
         <artifactId>hadoop-hdfs</artifactId>
         <version>${min.hadoop.version}</version>
+        <scope>provided</scope>
         <exclusions>
           <exclusion>
             <groupId>com.google.code.findbugs</groupId>
@@ -583,6 +585,7 @@
         <groupId>org.apache.hadoop</groupId>
         <artifactId>hadoop-mapreduce-client-core</artifactId>
         <version>${min.hadoop.version}</version>
+        <scope>provided</scope>
         <exclusions>
           <exclusion>
             <groupId>com.google.code.findbugs</groupId>

Reply via email to