Skip to content

Commit

Permalink
Merge pull request #3613 from SentryMan/fix-validation-wring
Browse files Browse the repository at this point in the history
[Avaje-Validator] Fix Wiring with Avaje Inject
  • Loading branch information
jknack authored Jan 13, 2025
2 parents 89a868e + 6feaa32 commit 728f60f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/jooby-avaje-jsonb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jsonb</artifactId>
<exclusions>
<exclusion>
<groupId>io.avaje</groupId>
<artifactId>avaje-jsonb-inject-plugin</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down
10 changes: 10 additions & 0 deletions modules/jooby-avaje-validator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-validator</artifactId>
<exclusions>
<exclusion>
<groupId>io.avaje</groupId>
<artifactId>avaje-validator-inject-plugin</artifactId>
</exclusion>
<exclusion>
<groupId>io.avaje</groupId>
<artifactId>avaje-validator-http-plugin</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit 728f60f

Please sign in to comment.