Kaynağa Gözat

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

Reviewed-by: Steve Loughran <stevel@apache.org>
Masatake Iwasaki 2 yıl önce
ebeveyn
işleme
a70f84098f

+ 4 - 0
hadoop-hdfs-project/hadoop-hdfs/pom.xml

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

+ 4 - 0
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore/pom.xml

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