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/19 11:35:53 UTC

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

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 f0a7f81de4c70e50d9db1556f323e59fc5400b46
Author: Istvan Fajth <pi...@cloudera.com>
AuthorDate: Fri Nov 19 12:35:10 2021 +0100

    Quick fix for HTTPFS gateway dependencies after merge... to be revisited.
---
 hadoop-ozone/httpfsgateway/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/hadoop-ozone/httpfsgateway/pom.xml b/hadoop-ozone/httpfsgateway/pom.xml
index 2366eff..902eea9 100644
--- a/hadoop-ozone/httpfsgateway/pom.xml
+++ b/hadoop-ozone/httpfsgateway/pom.xml
@@ -49,6 +49,14 @@
       <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