-
-
Notifications
You must be signed in to change notification settings - Fork 275
Closed
Labels
Milestone
Description
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
It might solve the problem for upgrading outdated dependencies. But there are still a few problems:
- the dkim libraries depend on other libs, which are not included in the shaded jar (at least i had issues with this)
- it is unclear which dependencies are pulled in, since they dont show in the list
- it's not possible to exclude dependencies when they are shaded (e.g the outlook lib)