We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89a868e + 6feaa32 commit 728f60fCopy full SHA for 728f60f
2 files changed
modules/jooby-avaje-jsonb/pom.xml
@@ -22,6 +22,12 @@
22
<dependency>
23
<groupId>io.avaje</groupId>
24
<artifactId>avaje-jsonb</artifactId>
25
+ <exclusions>
26
+ <exclusion>
27
+ <groupId>io.avaje</groupId>
28
+ <artifactId>avaje-jsonb-inject-plugin</artifactId>
29
+ </exclusion>
30
+ </exclusions>
31
</dependency>
32
33
modules/jooby-avaje-validator/pom.xml
@@ -26,6 +26,16 @@
<artifactId>avaje-validator</artifactId>
+ <artifactId>avaje-validator-inject-plugin</artifactId>
34
35
36
+ <artifactId>avaje-validator-http-plugin</artifactId>
37
38
39
40
41
0 commit comments