Skip to content

Commit 728f60f

Browse files
authored
Merge pull request #3613 from SentryMan/fix-validation-wring
[Avaje-Validator] Fix Wiring with Avaje Inject
2 parents 89a868e + 6feaa32 commit 728f60f

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

modules/jooby-avaje-jsonb/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@
2222
<dependency>
2323
<groupId>io.avaje</groupId>
2424
<artifactId>avaje-jsonb</artifactId>
25+
<exclusions>
26+
<exclusion>
27+
<groupId>io.avaje</groupId>
28+
<artifactId>avaje-jsonb-inject-plugin</artifactId>
29+
</exclusion>
30+
</exclusions>
2531
</dependency>
2632

2733
<dependency>

modules/jooby-avaje-validator/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,16 @@
2626
<dependency>
2727
<groupId>io.avaje</groupId>
2828
<artifactId>avaje-validator</artifactId>
29+
<exclusions>
30+
<exclusion>
31+
<groupId>io.avaje</groupId>
32+
<artifactId>avaje-validator-inject-plugin</artifactId>
33+
</exclusion>
34+
<exclusion>
35+
<groupId>io.avaje</groupId>
36+
<artifactId>avaje-validator-http-plugin</artifactId>
37+
</exclusion>
38+
</exclusions>
2939
</dependency>
3040

3141
<dependency>

0 commit comments

Comments
 (0)