pjfanning commented on code in PR #7428:
URL: https://github.com/apache/hadoop/pull/7428#discussion_r1970477270
##########
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:
Have a look at
https://github.com/search?q=repo%3Aapache%2Fhadoop%20javax.xml.bind&type=code
javax.xml.bind is still used in Hadoop.
I did not add this exclusion on a whim. I added it because the Haddop build
failed with a dreaded dependency convergence exception.
The tests pass with this change.
--
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]