Skip to content

Commit

Permalink
Add a comment to io.sf.carte.echosvg.awt's module-info
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Sep 16, 2023
1 parent 87a3048 commit 1703c17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions echosvg-awt-util/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
exports io.sf.carte.echosvg.ext.awt.g2d;

requires transitive io.sf.carte.echosvg.util;
// xmlgraphics.commons should be a transitive dependency due to
// ICCColorSpaceWithIntent from commons being used in this module's
// API, but it declares no module name.
requires xmlgraphics.commons;
requires io.sf.carte.echosvg.i18n;
requires java.desktop;
Expand Down

0 comments on commit 1703c17

Please sign in to comment.