Skip to content

Commit

Permalink
exclude javax.validation-api from hibernate dependency (#4296)
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Nesen <[email protected]>
  • Loading branch information
senivam committed Oct 21, 2019
1 parent 9d7eaa9 commit b238b28
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ext/bean-validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<exclusions>
<exclusion>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- java-el related dependencies are in scope "provided" in hibernate-validator -->
Expand Down

0 comments on commit b238b28

Please sign in to comment.