Skip to content

Commit

Permalink
Fixing Module related files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shounaks committed Feb 12, 2024
1 parent 7cff9b7 commit fce2522
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions jr-extension-datetime/src/moditect/module-info.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module com.fasterxml.jackson.jr.extension.datetime {
requires com.fasterxml.jackson.core;
requires com.fasterxml.jackson.jr.ob;

exports com.fasterxml.jackson.jr.extension.datetime;
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<module>jr-retrofit2</module>
<module>jr-stree</module>
<module>jr-annotation-support</module>
<module>jr-all</module>
<module>jr-extension-datetime</module>
<module>jr-all</module>
</modules>

<url>https://github.com/FasterXML/jackson-jr</url>
Expand Down

0 comments on commit fce2522

Please sign in to comment.