-
Notifications
You must be signed in to change notification settings - Fork 355
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
Jersey missing explicit dependency on javax.annotation #3767
Comments
@cowwoc Commented |
@chkal Commented |
@chkal Commented https://blog.codefx.org/java/java-9-migration-guide/#Dependencies-On-Java-EE-Modules |
|
When using Jersey client under Java 9 I get:
My dependencies are:
Jersey should depend on
javax.annotation
instead of assuming it will be provided.The text was updated successfully, but these errors were encountered: