pjfanning commented on code in PR #7428:
URL: https://github.com/apache/hadoop/pull/7428#discussion_r1970343200
##########
hadoop-project/pom.xml:
##########
@@ -1275,6 +1278,12 @@
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jaxb-annotations</artifactId>
<version>${jackson2.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ </exclusion>
Review Comment:
Hadoop loads this anyway. The issue is that the dependency version
convergence checks fail the build if transitive dependency versions to not
match the explicit dependency version.
--
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]