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

Commit 01d4b17

Browse files
committed
Add module dependencies needed by handlers.
1 parent 085acd4 commit 01d4b17

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mailapi/src/main/java/module-info.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,7 @@
5050

5151
requires transitive java.activation;
5252
requires java.logging;
53+
requires java.xml; // for text/xml handler
54+
requires java.desktop; // for image/jpeg handler
55+
requires java.security.sasl; // for OAuth2 support
5356
}

0 commit comments

Comments
 (0)