You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments