SyntaxFix
Write A Post
Hire A Developer
Questions
Regarding the Hibernate validator documentation page, you have to define a dependency to a JSR-341 implementation:
JSR-341
<dependency> <groupId>org.glassfish</groupId> <artifactId>javax.el</artifactId> <version>3.0.1-b11</version> </dependency>