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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
