You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have code which depends on "com.twitter" %% "cassovary-core" % "6.3.0" and when I try to compile it or do sbt update, I get unresolved dependency com.twitter.common#metrics;0.0.37: not found
I think in the past retrying has worked, but I just tried three times and all tries failed. I also hit this bug a few months ago when I tried to help another PhD student use my code, and I didn't know how to fix the problem then (I think retries eventually worked). Is there a work-around? Which part of cassovary needs finagle-stats, and would make sense to move that out of cassovary-core?
Thanks!
The text was updated successfully, but these errors were encountered:
As mentioned in that issue #180 the problem's likely cause is that of intermittently failing maven.twttr.com Another workaround is adding metrics-0.0.37.jar in the managed dependencies of your project.
For now, finagle-stats are actually used inside, but it is indeed the right thing to move them out of the core library. Creating a separate issue to do that.
Is there any update to the issue #180?
I have code which depends on
"com.twitter" %% "cassovary-core" % "6.3.0"
and when I try to compile it or dosbt update
, I get unresolved dependencycom.twitter.common#metrics;0.0.37: not found
I think in the past retrying has worked, but I just tried three times and all tries failed. I also hit this bug a few months ago when I tried to help another PhD student use my code, and I didn't know how to fix the problem then (I think retries eventually worked). Is there a work-around? Which part of cassovary needs finagle-stats, and would make sense to move that out of cassovary-core?
Thanks!
The text was updated successfully, but these errors were encountered: