We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, there is a problem with maven dependency for Metrics.
In docs stands:
<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-metrics</artifactId> <version>${vertx.metrics.version}</version> </dependency>
I assume that current version should be 3.0.0. But that is not true (latest available for me is 3.0.0-milestone3 version).
However I can find this:
<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-dropwizard-metrics</artifactId> <version>3.0.0</version> </dependency>
Which artifact is correct?
The text was updated successfully, but these errors were encountered:
the later, it should be fixed now I think by @cescoffier today
Sorry, something went wrong.
Thanks @vietj
See vert-x3/issues#14.
It has been fixed for most of the project. Will have a look to the README files.
No branches or pull requests
Hi,
there is a problem with maven dependency for Metrics.
In docs stands:
I assume that current version should be 3.0.0. But that is not true (latest available for me is 3.0.0-milestone3 version).
However I can find this:
Which artifact is correct?
The text was updated successfully, but these errors were encountered: