Skip to content

Commit 728e8af

Browse files
aajisakaTom McCormick
authored andcommitted
HADOOP-15133. [JDK9] Ignore com.sun.javadoc.* and com.sun.tools.* in animal-sniffer-maven-plugin to compile with Java 9.
(cherry picked from commit d2d8f4a)
1 parent ef8582b commit 728e8af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hadoop-project/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1536,6 +1536,8 @@
15361536
<ignore>sun.misc.*</ignore>
15371537
<ignore>sun.net.*</ignore>
15381538
<ignore>sun.nio.ch.*</ignore>
1539+
<ignore>com.sun.javadoc.*</ignore>
1540+
<ignore>com.sun.tools.*</ignore>
15391541
</ignores>
15401542
</configuration>
15411543
</plugin>

0 commit comments

Comments
 (0)