dropwizard-guicier
dropwizard-guicier copied to clipboard
Error starting up service after included gruicer dependency.
I want to use Gruicer for DI in my dropwizard app, I am on DW version <dropwizard.version>1.3.7</dropwizard.version>
Added following dw dependency
<dependency>
<groupId>com.hubspot.dropwizard</groupId>
<artifactId>dropwizard-guicier</artifactId>
<version>1.3.5.0</version>
</dependency>
Getting following error while starting the server
Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: Provider org.glassfish.jersey.internal.RuntimeDelegateImpl could not be instantiated: java.lang.IllegalStateException: It appears there is no ServiceLocatorGenerator installed.
at javax.ws.rs.ext.RuntimeDelegate.findDelegate(RuntimeDelegate.java:152)
at javax.ws.rs.ext.RuntimeDelegate.getInstance(RuntimeDelegate.java:120)
at javax.ws.rs.core.CacheControl.