From a70f84098fbed9efb0c241384223490209714f65 Mon Sep 17 00:00:00 2001 From: Masatake Iwasaki Date: Tue, 31 Jan 2023 19:44:19 +0900 Subject: [PATCH] HADOOP-18601. Fix build failure with docs profile. (#5331) Reviewed-by: Steve Loughran --- hadoop-hdfs-project/hadoop-hdfs/pom.xml | 4 ++++ .../hadoop-yarn-server-timelineservice-documentstore/pom.xml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/hadoop-hdfs-project/hadoop-hdfs/pom.xml b/hadoop-hdfs-project/hadoop-hdfs/pom.xml index 4e7efab06e9..ab8934f9368 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/pom.xml +++ b/hadoop-hdfs-project/hadoop-hdfs/pom.xml @@ -152,6 +152,10 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd"> xml-apis xml-apis + + xerces + xercesImpl + diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore/pom.xml b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore/pom.xml index 17596405caf..56089a42ea8 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore/pom.xml +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore/pom.xml @@ -122,6 +122,10 @@ io.netty netty-handler-proxy + + xml-apis + xml-apis +