File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments