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

Build failure with NoClassDefFoundError on javax/mail/internet #7994

Closed
jgrandja opened this issue Feb 19, 2020 · 0 comments
Closed

Build failure with NoClassDefFoundError on javax/mail/internet #7994

jgrandja opened this issue Feb 19, 2020 · 0 comments
Assignees
Labels
in: build An issue in the build type: bug A general bug
Milestone

Comments

@jgrandja
Copy link
Contributor

jgrandja commented Feb 19, 2020

With the recent dependency ranges updates in #7788, the com.nimbusds:oauth2-oidc-sdk dependency was changed to use latest.release, resulting in the build picking up version 7.0 and failing because of backward compatibility issues. The resulting error is similar to "java.lang.NoClassDefFoundError: javax/mail/internet".

Related #195-deprecate-usage-of-javaxmail-package

We should fix this to use dependency ranges instead of latest.release.

@jgrandja jgrandja self-assigned this Feb 19, 2020
@jgrandja jgrandja added in: build An issue in the build type: bug A general bug labels Feb 19, 2020
@jgrandja jgrandja added this to the 5.3.0 milestone Feb 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: build An issue in the build type: bug A general bug
Projects
None yet
Development

No branches or pull requests

1 participant