Skip to content

Commit f77b010

Browse files
committed
Use Hibernate Validator Annotation Processor for checking correctness of placement of validation annotations.
@see http://docs.jboss.org/hibernate/validator/5.1/reference/en-US/html_single/#validator-annotation-processor No functional changes.
1 parent 984e382 commit f77b010

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,13 @@
433433
<version>${hibernate.validator.version}</version>
434434
</dependency>
435435

436+
<dependency>
437+
<groupId>org.hibernate</groupId>
438+
<artifactId>hibernate-validator-annotation-processor</artifactId>
439+
<version>${hibernate.validator.version}</version>
440+
<scope>provided</scope>
441+
</dependency>
442+
436443
<dependency>
437444
<groupId>org.slf4j</groupId>
438445
<artifactId>slf4j-api</artifactId>

0 commit comments

Comments
 (0)