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