aphyr/interval-metrics

The uploaded jar on clojars does not contain interval-metrics.core/rate+latency

Closed this issue · 3 comments

pyr commented

Hi Kyle,

When dependencies are pull from clojars, riemann won't start because of a interval-metrics.core/rate+latency does not exist. This is not a version mismatch since 0.0.2 contains the code on github, I guess a previous jar was pushed with the right pom.xml.

Releasing a 0.0.3 would fix this (with correct dependencies in riemann).

You sure about that? I nuked my .m2/repo/interval-metrics and re-built riemann to check, and everything works fine. Maybe you need to run lein clean?

pyr commented

I did run lein clean a couple of time, will check again and let you know

On Mon, Jun 17, 2013 at 5:51 PM, Kyle Kingsbury notifications@github.comwrote:

You sure about that? I nuked my .m2/repo/interval-metrics and re-built
riemann to check, and everything works fine. Maybe you need to run lein
clean?


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-19554344
.

pyr commented

confirmed, error on my behalf, sorry about that.