You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by om...@apache.org on 2019/08/26 16:50:58 UTC

[orc] branch branch-1.5 updated: ORC-542. FIXUP for making hadoop dependency provided scope.

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

omalley pushed a commit to branch branch-1.5
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/branch-1.5 by this push:
     new 5e6ac81  ORC-542. FIXUP for making hadoop dependency provided scope.
5e6ac81 is described below

commit 5e6ac81625db853b3c18f2b4d25b1f2d6fb3ab09
Author: Owen O'Malley <om...@apache.org>
AuthorDate: Mon Aug 26 09:45:39 2019 -0700

    ORC-542. FIXUP for making hadoop dependency provided scope.
    
    Signed-off-by: Owen O'Malley <om...@apache.org>
---
 java/examples/pom.xml | 2 ++
 java/tools/pom.xml    | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/java/examples/pom.xml b/java/examples/pom.xml
index 8ae5f61..fef0b70 100644
--- a/java/examples/pom.xml
+++ b/java/examples/pom.xml
@@ -51,11 +51,13 @@
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-common</artifactId>
       <version>${hadoop.version}</version>
+      <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-hdfs</artifactId>
       <version>${hadoop.version}</version>
+      <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.hive</groupId>
diff --git a/java/tools/pom.xml b/java/tools/pom.xml
index b696c06..028700d 100644
--- a/java/tools/pom.xml
+++ b/java/tools/pom.xml
@@ -58,11 +58,13 @@
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-common</artifactId>
       <version>${hadoop.version}</version>
+      <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-hdfs</artifactId>
       <version>${hadoop.version}</version>
+      <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.hive</groupId>