Skip to content

Commit 89c8c41

Browse files
authored
Merge pull request #162 from pjfanning/master
fix issue with jakarta module-info
2 parents ca38bd1 + 4094afb commit 89c8c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jakarta/src/moditect/module-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Generated 28-Mar-2019 using Moditect maven plugin
22
module com.fasterxml.jackson.module.jsonSchema.jakarta {
3-
requires validation.api;
3+
requires jakarta.validation;
44

55
requires com.fasterxml.jackson.annotation;
66
requires com.fasterxml.jackson.core;

0 commit comments

Comments
 (0)