We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The groupId for JavaMail changed, see this stackoverflow answer from the lead developer of JavaMail. So the new maven coordinates right now are:
<dependency> <groupId>com.sun.mail</groupId> <artifactId>javax.mail</artifactId> <version>1.5.5</version> </dependency>
The SLF4J dependency also got a bit stale, the most recent version right now is:
<dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.13</version> </dependency>
Thanks a lot for this library, it really makes my life easier. :)
The text was updated successfully, but these errors were encountered:
Will be fixed in v2.5,
Sorry, something went wrong.
Awesome, thanks! :)
@zimmi Release should be available in maven central now. Thanks for the help!
@bbottema Is maven central just a bit slow today or was there an error? I'm not finding it.
@zimmi It's there now.
No branches or pull requests
The groupId for JavaMail changed, see this stackoverflow answer from the lead developer of JavaMail.
So the new maven coordinates right now are:
The SLF4J dependency also got a bit stale, the most recent version right now is:
Thanks a lot for this library, it really makes my life easier. :)
The text was updated successfully, but these errors were encountered: