[seam-commits] Seam SVN: r11354 - branches/enterprise/JBPAPP_5_0/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Aug 7 06:05:11 EDT 2009


Author: manaRH
Date: 2009-08-07 06:05:11 -0400 (Fri, 07 Aug 2009)
New Revision: 11354

Modified:
   branches/enterprise/JBPAPP_5_0/build/root.pom.xml
Log:
JBPAPP-2393

Modified: branches/enterprise/JBPAPP_5_0/build/root.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/root.pom.xml	2009-08-07 07:56:09 UTC (rev 11353)
+++ branches/enterprise/JBPAPP_5_0/build/root.pom.xml	2009-08-07 10:05:11 UTC (rev 11354)
@@ -243,6 +243,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>



More information about the seam-commits mailing list