This is an automated email from the ASF dual-hosted git repository.
ayushsaxena pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push:
new e877118 HDFS-15331. Remove invalid exclusions that minicluster
dependency on HDFS (#1996). Contributed by Wanqiang Ji
e877118 is described below
commit e877118454b97ae72d3b52dd256999ca073df91d
Author: Wanqiang Ji <[email protected]>
AuthorDate: Wed May 6 04:36:38 2020 +0800
HDFS-15331. Remove invalid exclusions that minicluster dependency on HDFS
(#1996). Contributed by Wanqiang Ji
---
hadoop-minicluster/pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/hadoop-minicluster/pom.xml b/hadoop-minicluster/pom.xml
index 9cee3f4..cf1c941 100644
--- a/hadoop-minicluster/pom.xml
+++ b/hadoop-minicluster/pom.xml
@@ -67,12 +67,6 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-hdfs</artifactId>
<scope>compile</scope>
- <exclusions>
- <exclusion>
- <groupId>io.kubernetes</groupId>
- <artifactId>client-java</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]