[hibernate-commits] Hibernate SVN: r15432 - core/trunk/envers.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Oct 29 09:44:37 EDT 2008


Author: adamw
Date: 2008-10-29 09:44:37 -0400 (Wed, 29 Oct 2008)
New Revision: 15432

Modified:
   core/trunk/envers/pom.xml
Log:
Excluding hibernate-validator from EM dependencies

Modified: core/trunk/envers/pom.xml
===================================================================
--- core/trunk/envers/pom.xml	2008-10-29 05:43:25 UTC (rev 15431)
+++ core/trunk/envers/pom.xml	2008-10-29 13:44:37 UTC (rev 15432)
@@ -91,6 +91,10 @@
                     <artifactId>hibernate</artifactId>
                 </exclusion>
                 <exclusion>
+                    <groupId>org.hibernate</groupId>
+                    <artifactId>hibernate-validator</artifactId>
+                </exclusion>
+                <exclusion>
                     <groupId>net.sf.ehcache</groupId>
                     <artifactId>ehcache</artifactId>
                 </exclusion>




More information about the hibernate-commits mailing list