Skip to content

Commit

Permalink
Add requires jakarta.validation because validation is now proper java…
Browse files Browse the repository at this point in the history
… module
  • Loading branch information
barchetta committed Jul 31, 2024
1 parent b387114 commit e082100
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
module helidon.tests.nimage.mp {
requires jakarta.cdi;
requires jakarta.ws.rs;
requires jakarta.validation;
requires io.helidon.security.annotations;
requires io.helidon.security.abac.scope;
requires jakarta.annotation;
Expand Down

0 comments on commit e082100

Please sign in to comment.