Author: manaRH
Date: 2008-11-19 08:22:29 -0500 (Wed, 19 Nov 2008)
New Revision: 9606
Modified:
branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml
Log:
exclude org.hibernate from hibernate-validator dependency
Modified: branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml 2008-11-19 12:31:54 UTC (rev
9605)
+++ branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml 2008-11-19 13:22:29 UTC (rev
9606)
@@ -332,8 +332,8 @@
<version>3.0.0.GA</version>
<exclusions>
<exclusion>
- <groupId>hibernate</groupId>
- <artifactId>hibernate3</artifactId>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate</artifactId>
</exclusion>
</exclusions>
</dependency>
Show replies by date