You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple Java Mail is now fixed to specific versions of some minor external libraries. However, as the only 3rd party dependency, Markenwerk's dkim library (added for #33) should be depended upon the same as any other dependency rather than being shaded into the jar under a different package.
Currently this library is bundling a few dependencies, like dkim. Maven
will not pull in transitive dependencies from these, and overriding
these is significantly more difficult. For java9, it also gives clashes
with jigsaw.
This allows the use of -DskipShade, to create an unshaded package.
Simple Java Mail is now fixed to specific versions of some minor external libraries. However, as the only 3rd party dependency, Markenwerk's dkim library (added for #33) should be depended upon the same as any other dependency rather than being shaded into the jar under a different package.
This solves both #80 and mronager@5b98c85
The text was updated successfully, but these errors were encountered: