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
Add dependencies that are required (i.e., they are used in imports and are needed for the library to work) as explicit dependencies in the POM.
The text was updated successfully, but these errors were encountered:
Add required dependencies explicitly in the POM
3e42119
* Add error_prone_annotations dependency and add CanIgnoreReturnValue to ValidatingInvoker#validate method. * Add guava dependency * Add jakarta.servlet-api dependency * Add jakarta.validation-api dependency * Add jakarta.xml.ws-api dependency * Add slf4j-api dependency * Move the two provided dependencies to a separate "Provided dependencies" section in the POM Closes #118 Closes #119
5135d8c
sleberknight
Successfully merging a pull request may close this issue.
Add dependencies that are required (i.e., they are used in imports and are needed for the library to work) as explicit dependencies in the POM.
The text was updated successfully, but these errors were encountered: