This is an automated email from the ASF dual-hosted git repository.
stevel pushed a commit to branch branch-2.10
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-2.10 by this push:
new ba4216c6773 HADOOP-15133. [JDK9] Ignore com.sun.javadoc.* and
com.sun.tools.* in animal-sniffer-maven-plugin to compile with Java 9. (#4173)
ba4216c6773 is described below
commit ba4216c67736726daa8a56d00721f7bbb424d089
Author: Tom <[email protected]>
AuthorDate: Fri Apr 15 05:24:14 2022 -0700
HADOOP-15133. [JDK9] Ignore com.sun.javadoc.* and com.sun.tools.* in
animal-sniffer-maven-plugin to compile with Java 9. (#4173)
(cherry picked from commit d2d8f4aeb3e214d1a96eeaf96bbe1e9301824ccd)
Contributed by Akira Ajisaka
---
hadoop-project/pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index deb28d6cfe5..fc99a18bb53 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -1597,6 +1597,8 @@
<ignore>sun.misc.*</ignore>
<ignore>sun.net.*</ignore>
<ignore>sun.nio.ch.*</ignore>
+ <ignore>com.sun.javadoc.*</ignore>
+ <ignore>com.sun.tools.*</ignore>
</ignores>
</configuration>
</plugin>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]