我尝试按照这种方法https://github.com/HubSpot/dropwizard-guicier使用dropwizard-guicier将 Google Guice 引入我的 Dropwizard 2.0 项目,但出现错误
java.lang.IncompatibleClassChangeError:
Class org.glassfish.jersey.message.internal.MessagingBinders$HeaderDelegateProviders does not implement the requested interface org.glassfish.hk2.utilities.Binder
同样的错误也被抛出dropwizard-guice
https://github.com/HubSpot/dropwizard-guice
有谁知道可能是根本原因以及如何解决它?