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>
Show replies by date