Skip to content

Commit

Permalink
Include the Gson module deps in the module-info
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt committed Mar 1, 2024
1 parent 9213536 commit 54b73ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/modularity/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@
requires static com.google.gson;
requires static gson;

// Gson's module dependencies
// Optional dependency on java.sql
requires static java.sql;
// Optional dependency on jdk.unsupported for JDK's sun.misc.Unsafe
requires static jdk.unsupported;

//
// Exports
//
Expand Down

0 comments on commit 54b73ea

Please sign in to comment.