HubSpot / dropwizard-guice

Adds support for Guice to Dropwizard
Apache License 2.0
266 stars 95 forks source link

dropwizrd-guice not working with Dropwizard-core 1.1.0 #107

Open parhamdoustdar opened 7 years ago

parhamdoustdar commented 7 years ago

When I try and use this code in my application using dropwizard-core 1.1.0, I get the following error:

com.codahale.metrics.SharedMetricRegistries.getDefault()Lcom/codahale/metrics/MetricRegistry; Heap

I've read on other issues that dropwizard-guice 1.0.6.0 works with dropwizard-core 1.1.0, so not sure what I'm doing wrong.

Thanks!