Skip to content

Commit 4094afb

Browse files
committed
fix issue with jakarta module-info
1 parent ca38bd1 commit 4094afb

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)