Skip to content
New issue

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

Explicitly declare required dependencies #118

Closed
sleberknight opened this issue Jul 5, 2024 · 0 comments · Fixed by #120
Closed

Explicitly declare required dependencies #118

sleberknight opened this issue Jul 5, 2024 · 0 comments · Fixed by #120
Assignees
Labels
dependencies Dependency updates
Milestone

Comments

@sleberknight
Copy link
Member

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.

@sleberknight sleberknight added the dependencies Dependency updates label Jul 5, 2024
@sleberknight sleberknight added this to the 1.0.1 milestone Jul 5, 2024
@sleberknight sleberknight self-assigned this Jul 5, 2024
sleberknight added a commit that referenced this issue Jul 5, 2024
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency updates
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant