File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 68
68
<commons-pool .version>1.5.4</commons-pool .version>
69
69
<groovy .version>2.0.8</groovy .version>
70
70
<hibernate .version>4.3.6.Final</hibernate .version>
71
+ <hibernate-validator .version>5.2.4.Final</hibernate-validator .version>
71
72
<javax-mail .version>1.5.4</javax-mail .version>
72
73
<jetty .version>9.2.11.v20150529</jetty .version>
73
74
<h2 .version>1.4.191</h2 .version>
407
408
<scope >test</scope >
408
409
</dependency >
409
410
411
+ <dependency >
412
+ <groupId >org.hibernate</groupId >
413
+ <artifactId >hibernate-validator</artifactId >
414
+ <version >${hibernate-validator.version} </version >
415
+ </dependency >
416
+
410
417
<dependency >
411
418
<groupId >org.hibernate</groupId >
412
419
<artifactId >hibernate-validator-annotation-processor</artifactId >
420
+ <version >${hibernate-validator.version} </version >
413
421
<scope >provided</scope >
414
422
</dependency >
415
423
You can’t perform that action at this time.
0 commit comments