I get an error when trying to set up Spring MVC validation.
javax.validation.ValidationException: Unable to find a default provider
I read
If you are using Maven, you must add a dependency to the Hibernate Validator Annotation Processor.
org.hibernate
hibernate-validator-annotation-processor
4.1.0.Final
You can find it in the JBoss repository :
JBoss Repository
https://repository.jboss.org/nexus/content/repositories/releases
JBoss Repository