You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ay...@apache.org on 2020/05/05 20:36:50 UTC

[hadoop] branch trunk updated: HDFS-15331. Remove invalid exclusions that minicluster dependency on HDFS (#1996). Contributed by Wanqiang Ji

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 <wa...@gmail.com>
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: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org