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 SLF4J and JavaMail dependencies #24

Closed
zimmi opened this issue Jan 9, 2016 · 5 comments
Closed

Update SLF4J and JavaMail dependencies #24

zimmi opened this issue Jan 9, 2016 · 5 comments

Comments

@zimmi
Copy link

zimmi commented Jan 9, 2016

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. :)

@bbottema
Copy link
Owner

bbottema commented Jan 9, 2016

Will be fixed in v2.5,

@bbottema bbottema closed this as completed Jan 9, 2016
@zimmi
Copy link
Author

zimmi commented Jan 9, 2016

Awesome, thanks! :)

@bbottema
Copy link
Owner

bbottema commented Jan 9, 2016

@zimmi Release should be available in maven central now. Thanks for the help!

@zimmi
Copy link
Author

zimmi commented Jan 9, 2016

@bbottema Is maven central just a bit slow today or was there an error? I'm not finding it.

@bbottema
Copy link
Owner

bbottema commented Jan 9, 2016

@zimmi It's there now.

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

2 participants