Skip to content

Commit

Permalink
Does not exclude the validation API to avoid class not found exceptio…
Browse files Browse the repository at this point in the history
…ns in simple Micronaut tests.
  • Loading branch information
spericas committed Aug 31, 2023
1 parent 5d062f7 commit 9980c23
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1218,10 +1218,6 @@
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
</exclusion>
<exclusion>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 9980c23

Please sign in to comment.