Skip to content

Commit

Permalink
Add jakarta validation in model domain (#86)
Browse files Browse the repository at this point in the history
* Add jakarta validation in model domain

* add jakarta annotation

---------

Co-authored-by: sbelkhir <[email protected]>
  • Loading branch information
SofianeBelk and sbelkhir authored Jan 6, 2024
1 parent 423c571 commit c3bdbe4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ public class HexagonalArchitectureTest implements ArchRuleTest {
private static String[] allowedPackageInDomain= {DOMAIN,
"java..",
"javax.validation..",
"jakarta.validation..",
"jakarta.annotation..",
"org.slf4j..",
"lombok..",
"org.apache.commons.."};
Expand Down

0 comments on commit c3bdbe4

Please sign in to comment.