Skip to content
This repository has been archived by the owner on Feb 20, 2020. It is now read-only.

Commit

Permalink
Add module dependencies needed by handlers.
Browse files Browse the repository at this point in the history
  • Loading branch information
bshannon committed Feb 9, 2018
1 parent 085acd4 commit 01d4b17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mailapi/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,7 @@

requires transitive java.activation;
requires java.logging;
requires java.xml; // for text/xml handler
requires java.desktop; // for image/jpeg handler
requires java.security.sasl; // for OAuth2 support
}

0 comments on commit 01d4b17

Please sign in to comment.