Author: manaRH
Date: 2009-06-23 09:48:15 -0400 (Tue, 23 Jun 2009)
New Revision: 11191
Modified:
branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml
Log:
added exclusion for org.hibernate:hibernate
Modified: branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml 2009-06-23 11:27:11 UTC (rev
11190)
+++ branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml 2009-06-23 13:48:15 UTC (rev
11191)
@@ -250,6 +250,12 @@
<groupId>org.jbpm.jbpm3</groupId>
<artifactId>jbpm-jpdl</artifactId>
<version>3.2.5.SP5</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>