bbottema / outlook-message-parser

A Java parser for Outlook messages (.msg files)
77 stars 35 forks source link

Dependency problem with Java9+, missing Jakarta Activation Framework #14

Closed bbottema closed 5 years ago

bbottema commented 5 years ago

JAF moved out of the JDK to its own library, which should be included as explicit dependency, so this library works with Java9+.

bbottema commented 5 years ago

Released v1.3.0