Skip to content

Commit

Permalink
Update test module-info.java just in case
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jan 12, 2025
1 parent b07c52b commit c319807
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/test/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
// FastDoubleParser shaded but JPMS still requires it to compile?
requires static ch.randelshofer.fastdoubleparser;

// Test utilities to export
exports tools.jackson.core.testutil;
exports tools.jackson.core.testutil.failure;

// Main exports need to switch to "opens" for testing
opens tools.jackson.core;
opens tools.jackson.core.async;
Expand Down

0 comments on commit c319807

Please sign in to comment.