-
Notifications
You must be signed in to change notification settings - Fork 462
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
Dependency convergence error for jakarta.activation:jakarta.activation-api and jakarta.xml.bind:jakarta.xml.bind-api #976
Comments
I guess if you enforce usage of
It seems that with the newest jersey version, there is no dependency on |
I tried enforcing usage of jakarta.activation:jakarta.activation-api:1.2.1, but my hibernate dependency creates a conflict. Also, I tried using the latest 6.0.0-rc.1 release, which gives me another error: |
And if you pin the version to of
|
Maven build fails due to dependency convergence error.
If I include these dependencies in exclusion category, then the Duplicate Class rule breaks,
Where the duplicate classes are from aopallianace from guice dependency,
and aopalliance-repackaged from org.glassfish.hk2.external.
Attached is the error I get, can someone suggest what can be done.
Thanks.
error.txt
The text was updated successfully, but these errors were encountered: