Skip to content

Commit

Permalink
Merge pull request #162 from pjfanning/master
Browse files Browse the repository at this point in the history
fix issue with jakarta module-info
  • Loading branch information
cowtowncoder authored Dec 17, 2024
2 parents ca38bd1 + 4094afb commit 89c8c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jakarta/src/moditect/module-info.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Generated 28-Mar-2019 using Moditect maven plugin
module com.fasterxml.jackson.module.jsonSchema.jakarta {
requires validation.api;
requires jakarta.validation;

requires com.fasterxml.jackson.annotation;
requires com.fasterxml.jackson.core;
Expand Down

0 comments on commit 89c8c41

Please sign in to comment.