aajisaka commented on PR #4147:
URL: https://github.com/apache/hadoop/pull/4147#issuecomment-1093807234

   mvninstall is failing. 
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-4147/1/artifact/out/patch-mvninstall-root.txt
   ```
   [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce 
(enforce-banned-dependencies) @ hadoop-client-check-test-invariants ---
   [INFO] Adding ignorable dependency: org.apache.hadoop:hadoop-annotations:null
   [INFO]   Adding ignore: *
   [WARNING] Rule 1: org.apache.maven.plugins.enforcer.BanDuplicateClasses 
failed with message:
   Duplicate classes found:
   
     Found in:
       org.apache.hadoop:hadoop-client-minicluster:jar:3.3.3-SNAPSHOT:compile
       org.apache.hadoop:hadoop-client-runtime:jar:3.3.3-SNAPSHOT:compile
     Duplicate classes:
       META-INF/versions/9/module-info.class
   ```
   We need to update the exclusion 
https://github.com/apache/hadoop/blob/160b6d106d501ee5c8ab1d2a0b3c1975c9a53839/hadoop-client-modules/hadoop-client-runtime/pom.xml#L249
 because Jackson databind moved the module-info.class under `versions/9` 
instead of `versions/11`.
   
   Reference: https://github.com/FasterXML/jackson-bom/pull/47


-- 
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]

Reply via email to