Skip to content

Commit

Permalink
Add more module exports
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jan 15, 2025
1 parent 552c1d5 commit c68937b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@
exports tools.jackson.databind.deser.jdk;
exports tools.jackson.databind.deser.std;
exports tools.jackson.databind.exc;
// No need to expose these handlers?
// exports tools.jackson.databind.ext;
exports tools.jackson.databind.ext;
exports tools.jackson.databind.ext.jdk8;
// Needed by Ion module for SqlDate deserializer:
exports tools.jackson.databind.ext.sql;
exports tools.jackson.databind.introspect;
exports tools.jackson.databind.json;
exports tools.jackson.databind.jsonFormatVisitors;
Expand Down

0 comments on commit c68937b

Please sign in to comment.