HDDS-2120. Remove hadoop classes from ozonefs-current jar

Closes #1434
This commit is contained in:
Márton Elek 2019-09-17 12:20:51 +02:00
parent e54977f888
commit 3a549cea19
No known key found for this signature in database
GPG Key ID: D51EA8F00EE79B28
1 changed files with 10 additions and 0 deletions

View File

@ -91,6 +91,16 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-ozone-filesystem</artifactId>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-hdfs</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>