You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2022/04/09 08:29:43 UTC

[GitHub] [hadoop] aajisaka commented on pull request #4147: HADOOP-18178. Upgrade jackson to 2.13.2 and jackson-databind to 2.13.…

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: common-issues-unsubscribe@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org