1
0

HUDI-124 : Exclude jdk.tools from hadoop-common and update Notice files (#858)

This commit is contained in:
Balaji Varadarajan
2019-08-28 16:20:47 -07:00
committed by vinoth chandar
parent 00cfe72c5d
commit 5f9fa82f47
26 changed files with 251 additions and 485 deletions

10
pom.xml
View File

@@ -702,6 +702,16 @@
<artifactId>hadoop-common</artifactId>
<version>${hadoop.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>jdk.tools</groupId>
<artifactId>jdk.tools</artifactId>
</exclusion>
<exclusion>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>