Skip to content
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

metrics maven dependency #11

Closed
qrman opened this issue Jul 6, 2015 · 3 comments
Closed

metrics maven dependency #11

qrman opened this issue Jul 6, 2015 · 3 comments

Comments

@qrman
Copy link

qrman commented Jul 6, 2015

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?

@vietj
Copy link
Contributor

vietj commented Jul 6, 2015

the later, it should be fixed now I think by @cescoffier today

@vietj vietj closed this as completed Jul 6, 2015
@qrman
Copy link
Author

qrman commented Jul 6, 2015

Thanks @vietj

@cescoffier
Copy link
Member

See vert-x3/issues#14.

It has been fixed for most of the project. Will have a look to the README files.

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

No branches or pull requests

3 participants