Adding envers support
[hibernate4-maven-plugin] / pom.xml
diff --git a/pom.xml b/pom.xml
index 2af4794..aeebedc 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <artifactId>hibernate-core</artifactId>
       <version>${hibernate-core.version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.hibernate</groupId>
+      <artifactId>hibernate-envers</artifactId>
+      <version>${hibernate-core.version}</version>
+    </dependency>
     <dependency>
       <groupId>net.sf.scannotation</groupId>
       <artifactId>scannotation</artifactId>