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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
