Generated schema now corresponds to hibernate validators set on the beans
[hibernate4-maven-plugin] / pom.xml
diff --git a/pom.xml b/pom.xml
index 0200229..9980a51 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <artifactId>hibernate-envers</artifactId>
       <version>${hibernate-envers.version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.hibernate</groupId>
+      <artifactId>hibernate-validator</artifactId>
+      <version>4.3.1.Final</version>
+    </dependency>
     <dependency>
       <groupId>org.scannotation</groupId>
       <artifactId>scannotation</artifactId>