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