Commit 4282372
committed
Previously, the project depended on org.hibernate:hibernate-validator:4.2.0.Final
and javax.validation:validation-api:1.1.0.Final. The hibernate-validator dependency also depends on javax.validation:validation-api:1.0.0.GA. As a result, both of these depdencies clash and cause run-time errors when trying to use this library. I've updated the hibernate-validator dependency to use 5.1.3.GA which uses the same version declared in this project. I've tested using this new modification to another
example project, and I don't receive the run-time errors that were showing a conflict between the two dependencies.1 parent 4778515 commit 4282372
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
| 225 | + | |
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| |||
0 commit comments