HDFS-15331. Remove invalid exclusions that minicluster dependency on HDFS (#1996). Contributed by Wanqiang Ji

This commit is contained in:
Wanqiang Ji 2020-05-06 04:36:38 +08:00 committed by GitHub
parent cb6399c109
commit e877118454
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,12 +67,6 @@
<groupId>org.apache.hadoop</groupId> <groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-hdfs</artifactId> <artifactId>hadoop-hdfs</artifactId>
<scope>compile</scope> <scope>compile</scope>
<exclusions>
<exclusion>
<groupId>io.kubernetes</groupId>
<artifactId>client-java</artifactId>
</exclusion>
</exclusions>
</dependency> </dependency>
<dependency> <dependency>