Skip to content

Commit e877118

Browse files
authored
HDFS-15331. Remove invalid exclusions that minicluster dependency on HDFS (apache#1996). Contributed by Wanqiang Ji
1 parent cb6399c commit e877118

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

hadoop-minicluster/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,6 @@
6767
<groupId>org.apache.hadoop</groupId>
6868
<artifactId>hadoop-hdfs</artifactId>
6969
<scope>compile</scope>
70-
<exclusions>
71-
<exclusion>
72-
<groupId>io.kubernetes</groupId>
73-
<artifactId>client-java</artifactId>
74-
</exclusion>
75-
</exclusions>
7670
</dependency>
7771

7872
<dependency>

0 commit comments

Comments
 (0)