Skip to content

Commit f4759b1

Browse files
committed

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
<commons-pool.version>1.5.4</commons-pool.version>
6969
<groovy.version>2.0.8</groovy.version>
7070
<hibernate.version>4.3.6.Final</hibernate.version>
71+
<hibernate-validator.version>5.2.4.Final</hibernate-validator.version>
7172
<javax-mail.version>1.5.4</javax-mail.version>
7273
<jetty.version>9.2.11.v20150529</jetty.version>
7374
<h2.version>1.4.191</h2.version>
@@ -407,9 +408,16 @@
407408
<scope>test</scope>
408409
</dependency>
409410

411+
<dependency>
412+
<groupId>org.hibernate</groupId>
413+
<artifactId>hibernate-validator</artifactId>
414+
<version>${hibernate-validator.version}</version>
415+
</dependency>
416+
410417
<dependency>
411418
<groupId>org.hibernate</groupId>
412419
<artifactId>hibernate-validator-annotation-processor</artifactId>
420+
<version>${hibernate-validator.version}</version>
413421
<scope>provided</scope>
414422
</dependency>
415423

0 commit comments

Comments
 (0)