It seems the problem was that it was missing this dependency:
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<version>4.2.0.Final</version>...
Type: Posts; User: danielcor; Keyword(s):
It seems the problem was that it was missing this dependency:
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<version>4.2.0.Final</version>...
This still seems broken...
"mvn clean test" as in the documentation gives me:
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
When I try to run the unit tests from within STS, I get an...