iwasakims opened a new pull request, #5331: URL: https://github.com/apache/hadoop/pull/5331
https://issues.apache.org/jira/browse/HADOOP-18601 build with `-Pdocs` fails due to dependency conversion errors. ``` [WARNING] Dependency convergence error for xerces:xercesImpl:jar:2.12.2:provided paths to dependency are: +-org.apache.hadoop:hadoop-hdfs:jar:3.4.0-SNAPSHOT +-org.apache.hadoop:hadoop-common:jar:3.4.0-SNAPSHOT:provided +-xerces:xercesImpl:jar:2.12.2:provided and +-org.apache.hadoop:hadoop-hdfs:jar:3.4.0-SNAPSHOT +-org.apache.hadoop:hadoop-common:test-jar:tests:3.4.0-SNAPSHOT:test +-xerces:xercesImpl:jar:2.12.2:test and +-org.apache.hadoop:hadoop-hdfs:jar:3.4.0-SNAPSHOT +-org.apache.hadoop:hadoop-hdfs-client:jar:3.4.0-SNAPSHOT:provided +-xerces:xercesImpl:jar:2.12.2:provided and +-org.apache.hadoop:hadoop-hdfs:jar:3.4.0-SNAPSHOT +-com.google.code.findbugs:findbugs:jar:3.0.1:provided +-jaxen:jaxen:jar:1.1.6:provided +-xerces:xercesImpl:jar:2.6.2:provided and +-org.apache.hadoop:hadoop-hdfs:jar:3.4.0-SNAPSHOT +-xerces:xercesImpl:jar:2.12.2:compile ``` ``` [WARNING] Dependency convergence error for xml-apis:xml-apis:jar:1.0.b2:provided paths to dependency are: +-org.apache.hadoop:hadoop-yarn-server-timelineservice-documentstore:jar:3.4.0-SNAPSHOT +-com.microsoft.azure:azure-cosmosdb:jar:2.4.5:compile +-com.microsoft.azure:azure-cosmosdb-commons:jar:2.4.5:compile +-commons-validator:commons-validator:jar:1.6:compile +-commons-digester:commons-digester:jar:1.8.1:compile +-xml-apis:xml-apis:jar:1.0.b2:provided and +-org.apache.hadoop:hadoop-yarn-server-timelineservice-documentstore:jar:3.4.0-SNAPSHOT +-xerces:xercesImpl:jar:2.12.2:compile +-xml-apis:xml-apis:jar:1.4.01:compile ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
