We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove not needed dependency ... if possible
<dependency> <groupId>org.glassfish.jersey.core</groupId> <artifactId>jersey-common</artifactId> <version>${version.glassfish}</version> <scope>test</scope> </dependency>
The text was updated successfully, but these errors were encountered:
Fixed issue #62 #63 - removed necessity to have javax.ws.rs-api-2.1.1…
3ff30d4
….jar implementation present in final code if not needed.
Dependency only needed in case Response builder is used
Sorry, something went wrong.
drejc
No branches or pull requests
Remove not needed dependency ... if possible
The text was updated successfully, but these errors were encountered: