spring-guides/gs-rest-service

complete version seems to missing bean validator implementation

martinlippert opened this issue · 1 comments

I am trying the latest version of this guide in STS, importing the complete version, and project is imported just fine. But starting up the app fails with:

***************************
APPLICATION FAILED TO START
***************************

Description:

The Bean Validation API is on the classpath but no implementation could be found

Action:

Add an implementation, such as Hibernate Validator, to the classpath

the most common cause of all evil... corrupted release JARs in local maven cache... :-(