You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2021/11/02 23:31:35 UTC

[GitHub] [hudi] nsivabalan edited a comment on pull request #3160: [HUDI-1975] Exclude metrics-core 3.1.2 from Dropwizard

nsivabalan edited a comment on pull request #3160:
URL: https://github.com/apache/hudi/pull/3160#issuecomment-958409168


   @vinaypatil18 : I ran mvn dependency tree command in master, and did not find any bundle pulling in 3.1.2 version of metrics-core. every bundle is pulling in 4.1.1. Can you double check if the patch is valid anymore? or am I missing anything
   ```
   mvn dependency:tree -Dincludes=io.dropwizard.metrics:metrics-core
   ```
   
   I ran above command against master and against this patch, I get the same exact result. 
   ```
   [INFO] ---------------< org.apache.hudi:hudi-spark-bundle_2.11 >---------------
   [INFO] Building hudi-spark-bundle_2.11 0.10.0-SNAPSHOT                  [24/44]
   [INFO] --------------------------------[ jar ]---------------------------------
   [INFO] 
   [INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ hudi-spark-bundle_2.11 ---
   [INFO] org.apache.hudi:hudi-spark-bundle_2.11:jar:0.10.0-SNAPSHOT
   [INFO] \- org.apache.hudi:hudi-client-common:jar:0.10.0-SNAPSHOT:compile
   [INFO]    \- io.dropwizard.metrics:metrics-core:jar:4.1.1: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: commits-unsubscribe@hudi.apache.org

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