Skip to content

Commit

Permalink
Added bean validation CDI integration
Browse files Browse the repository at this point in the history
  • Loading branch information
urbim committed Aug 14, 2018
1 parent 1bb7a3a commit 965897e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions components/bean-validation/hibernate-validator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,17 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator-cdi</artifactId>
<version>${hibernate.validator.version}</version>
<exclusions>
<exclusion>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
Expand Down

0 comments on commit 965897e

Please sign in to comment.