Let's say I'm interested in using . How can I find which other dependencies avro will bring in and which version of those dependencies it will bring in. I know I can manually add the dependency to a project's link pom.xml and run

mvn dependency:tree | tee tree.txt 

to see which dependencies are used but this requires always fixing up compilation errors and there should be an easier way.

I was wondering if there's any way to check which transitive dependencies that a parent dependency will bring in using a website that will straight up mention that info.

1 Answer

itself has the dependencies information just select a version and scroll down to see list of dependencies.

Details

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy