Re: Providing a Value for ${jersey.version}

2024-03-13 Thread Jochen Schalanda
Hi William, You can find the exact dependency versions for each version of Dropwizard by looking into dropwizard-dependencies, for example Dropwizard 4.0.7 is using Eclipse Jersey 3.0.12. https://github.com/dropwizard/dropwizard/blob/v4.0.7/dropwizard-dependencies/pom.xml#L51 Cheers Jochen >

Providing a Value for ${jersey.version}

2024-03-09 Thread William Herbert
In this part of the documentation: https://www.dropwizard.io/en/stable/manual/auth.html#testing-protected-resources It says to use ${jersey.version} for importing the Grizzly dependency. I tried using the latest version of the artifact available (3.1.5), but was met with a host of error