You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by ad...@apache.org on 2021/01/07 19:32:15 UTC

[ozone] branch master updated: HDDS-4647. Avoid hadoop-ozone-filesystem-shaded as transitive dependency (#1761)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7c21518  HDDS-4647. Avoid hadoop-ozone-filesystem-shaded as transitive dependency (#1761)
7c21518 is described below

commit 7c21518580679def7b8de7437567b22c2eeae649
Author: Doroszlai, Attila <64...@users.noreply.github.com>
AuthorDate: Thu Jan 7 20:31:58 2021 +0100

    HDDS-4647. Avoid hadoop-ozone-filesystem-shaded as transitive dependency (#1761)
---
 hadoop-ozone/ozonefs-hadoop2/pom.xml | 1 +
 hadoop-ozone/ozonefs-hadoop3/pom.xml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/hadoop-ozone/ozonefs-hadoop2/pom.xml b/hadoop-ozone/ozonefs-hadoop2/pom.xml
index 60bda72..e1444b4 100644
--- a/hadoop-ozone/ozonefs-hadoop2/pom.xml
+++ b/hadoop-ozone/ozonefs-hadoop2/pom.xml
@@ -32,6 +32,7 @@
     <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-ozone-filesystem-shaded</artifactId>
+      <optional>true</optional>
       <exclusions>
         <exclusion>
           <groupId>org.apache.hadoop</groupId>
diff --git a/hadoop-ozone/ozonefs-hadoop3/pom.xml b/hadoop-ozone/ozonefs-hadoop3/pom.xml
index bad9c41..1ee74dd 100644
--- a/hadoop-ozone/ozonefs-hadoop3/pom.xml
+++ b/hadoop-ozone/ozonefs-hadoop3/pom.xml
@@ -32,6 +32,7 @@
     <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-ozone-filesystem-shaded</artifactId>
+      <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.apache.hadoop</groupId>


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