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

Update rfc2822-validator dependency to avoid transitive dependency collision of javax.mail versions #190

Closed
bbottema opened this issue Dec 22, 2018 · 1 comment

Comments

@bbottema
Copy link
Owner

It has been reported that the Maven enforcer plugin complains with the latest Simple Java Mail version, as the transitive dependency rfc2822-validator depends on an older javax.mail version.

Currently, to work around this you need to make rfc282-validator non-transitive and then an exclusion for javax.mail, not exaclty pretty.

I've patched rfc282-validator to be able to deal with a version-range so that Maven can resolve the version properly to whatever Simple Java Mail indicates.

@bbottema
Copy link
Owner Author

Released in 5.1.1.

@bbottema bbottema added this to the 5.1.1 milestone Dec 22, 2018
@bbottema bbottema removed their assignment Dec 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant