HADOOP-18601. Fix build failure with docs profile. (#5331)

Reviewed-by: Steve Loughran <stevel@apache.org>
This commit is contained in:
Masatake Iwasaki 2023-01-31 19:44:19 +09:00 committed by GitHub
parent 88c8ac750d
commit a70f84098f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -152,6 +152,10 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
<exclusion>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
</exclusion>
</exclusions>
</dependency>

View File

@ -122,6 +122,10 @@
<groupId>io.netty</groupId>
<artifactId>netty-handler-proxy</artifactId>
</exclusion>
<exclusion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>