Skip to content

Commit d2d8f4a

Browse files
committed
HADOOP-15133. [JDK9] Ignore com.sun.javadoc.* and com.sun.tools.* in animal-sniffer-maven-plugin to compile with Java 9.
1 parent 5ab632b commit d2d8f4a

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
@@ -1569,6 +1569,8 @@
15691569
<ignore>sun.misc.*</ignore>
15701570
<ignore>sun.net.*</ignore>
15711571
<ignore>sun.nio.ch.*</ignore>
1572+
<ignore>com.sun.javadoc.*</ignore>
1573+
<ignore>com.sun.tools.*</ignore>
15721574
</ignores>
15731575
</configuration>
15741576
</plugin>

0 commit comments

Comments
 (0)