This is an automated email from the ASF dual-hosted git repository.

weichiu pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git

commit 872839416b9eac6602d60cdd755af46730a9a8af
Author: Wanqiang Ji <wanqiang...@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
    
    (cherry picked from commit e877118454b97ae72d3b52dd256999ca073df91d)
---
 hadoop-minicluster/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/hadoop-minicluster/pom.xml b/hadoop-minicluster/pom.xml
index 7d64566..1ba646a 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-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to