return new GrizzlyWebTestContainerFactory();
}
@Override
protected DeploymentContext configureDeployment() {
final ResourceConfig rc = DropwizardResourceConfig.forTesting(new MetricRegistry());
final Map<String, String> filterParams = ImmutableMap.of(
AllowedMethodsFilter.ALLOWED_METHODS_PARAM, "GET,POST");
return ServletDeploymentContext.builder(rc)