Skip to content

Maven central unable to render dependencies for io.vertx artefacts #5573

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
daniel-b2c2 opened this issue May 16, 2025 · 1 comment
Open
Labels

Comments

@daniel-b2c2
Copy link

Version

4.5.14

Context

Visit https://mvnrepository.com/artifact/io.vertx/vertx-core/4.5.14 and look at the dependency list, notice how no version is specified, nor is the nature (runtime/compile time etc) mentioned. This means one has to look in github to try to determine which version of a library is being used.

Steps to reproduce

  1. Click the link

Extra

This data is important as it allows organisations to make a quick determination as to which version of a library you are using, in case we are also using it to ensure compatibility and to reason about related exceptions when the libraries are not compatible with each other.

Emphasis on netty which has recently incremented its minor version.

@vietj
Copy link
Member

vietj commented May 30, 2025

I don't know why this happens, however you can determine that using maven dependency plugin easily

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants