You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by pi...@apache.org on 2021/11/22 11:28:57 UTC

[ozone] branch HDDS-5447-httpfs updated (f0a7f81 -> 7ba1de2)

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

pifta pushed a change to branch HDDS-5447-httpfs
in repository https://gitbox.apache.org/repos/asf/ozone.git.


    from f0a7f81  Quick fix for HTTPFS gateway dependencies after merge... to be revisited.
     new 3ede070  Revert "Quick fix for HTTPFS gateway dependencies after merge... to be revisited."
     new 7ba1de2  HDDS-6027 [HTTPFSGW] Fix dependency issues after master merge

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 hadoop-ozone/httpfsgateway/pom.xml | 4 ----
 1 file changed, 4 deletions(-)

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


[ozone] 01/02: Revert "Quick fix for HTTPFS gateway dependencies after merge... to be revisited."

Posted by pi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pifta pushed a commit to branch HDDS-5447-httpfs
in repository https://gitbox.apache.org/repos/asf/ozone.git

commit 3ede0703e9c9d82b008f2211c1f4dc14975262d8
Author: Istvan Fajth <pi...@cloudera.com>
AuthorDate: Mon Nov 22 12:23:03 2021 +0100

    Revert "Quick fix for HTTPFS gateway dependencies after merge... to be revisited."
    
    This reverts commit f0a7f81de4c70e50d9db1556f323e59fc5400b46.
---
 hadoop-ozone/httpfsgateway/pom.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/hadoop-ozone/httpfsgateway/pom.xml b/hadoop-ozone/httpfsgateway/pom.xml
index 902eea9..2366eff 100644
--- a/hadoop-ozone/httpfsgateway/pom.xml
+++ b/hadoop-ozone/httpfsgateway/pom.xml
@@ -49,14 +49,6 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
-      <groupId>org.apache.hadoop</groupId>
-      <artifactId>hadoop-hdfs-client</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.hadoop</groupId>
-      <artifactId>hadoop-hdfs</artifactId>
-    </dependency>
-    <dependency>
       <groupId>com.googlecode.json-simple</groupId>
       <artifactId>json-simple</artifactId>
       <scope>compile</scope>

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


[ozone] 02/02: HDDS-6027 [HTTPFSGW] Fix dependency issues after master merge

Posted by pi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pifta pushed a commit to branch HDDS-5447-httpfs
in repository https://gitbox.apache.org/repos/asf/ozone.git

commit 7ba1de2e669e8b1a9f3f06abe3a8fde577bbc56c
Author: Istvan Fajth <pi...@cloudera.com>
AuthorDate: Mon Nov 22 12:28:13 2021 +0100

    HDDS-6027 [HTTPFSGW] Fix dependency issues after master merge
---
 hadoop-ozone/httpfsgateway/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/hadoop-ozone/httpfsgateway/pom.xml b/hadoop-ozone/httpfsgateway/pom.xml
index 2366eff..829583a 100644
--- a/hadoop-ozone/httpfsgateway/pom.xml
+++ b/hadoop-ozone/httpfsgateway/pom.xml
@@ -49,6 +49,10 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-hdfs-client</artifactId>
+    </dependency>
+    <dependency>
       <groupId>com.googlecode.json-simple</groupId>
       <artifactId>json-simple</artifactId>
       <scope>compile</scope>

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