-
Notifications
You must be signed in to change notification settings - Fork 357
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
Fix dependencies for Grizzly connector #4917
Comments
zUniQueX
added a commit
to zUniQueX/jersey
that referenced
this issue
Dec 2, 2021
Exclude declared dependencies with other versions from grizzly-http-client Signed-off-by: Steffen Nießing <zuniquex@protonmail.com>
jansupol
pushed a commit
that referenced
this issue
Dec 6, 2021
Exclude declared dependencies with other versions from grizzly-http-client Signed-off-by: Steffen Nießing <zuniquex@protonmail.com>
@jansupol As the next 3.0.x version is released, are there any release plans for 2.36 to get this fixed? |
Currently, only a dot release can be made, until a release review (which needs to be done once a year). We will go through the release review and we plan the release for March. |
Okay, thanks for clarifying this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
grizzly-connector
declares dependencies forgrizzly-websockets
andconnection-pool
, whilegrizzly-http-client
already has dependencies on those. This is causing conflicts at the dependency convergence in the maven enforcer plugin in projects using this connector sincegrizzly-http-client
uses the dependency version 2.4.3, while the pom of Jersey defines the version as 2.4.4.Would it be possible to either remove these dependencies or to add exclusions for them to the dependency declaration of
grizzly-http-client
? Else one cannot use this connector when having dependency convergence enabled.The text was updated successfully, but these errors were encountered: