[jbpm-commits] JBoss JBPM SVN: r2574 - jbpm3/trunk/modules/core.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Oct 21 20:42:56 EDT 2008


Author: alex.guizar at jboss.com
Date: 2008-10-21 20:42:56 -0400 (Tue, 21 Oct 2008)
New Revision: 2574

Modified:
   jbpm3/trunk/modules/core/pom.xml
Log:
excluded dom4j's xml-apis dependency as it references an ancient version and prevents jbpm4jsf from compiling properly

Modified: jbpm3/trunk/modules/core/pom.xml
===================================================================
--- jbpm3/trunk/modules/core/pom.xml	2008-10-22 00:29:09 UTC (rev 2573)
+++ jbpm3/trunk/modules/core/pom.xml	2008-10-22 00:42:56 UTC (rev 2574)
@@ -46,6 +46,12 @@
     <dependency>
       <groupId>dom4j</groupId>
       <artifactId>dom4j</artifactId>
+      <exclusions>
+      	<exclusion>
+      		<artifactId>xml-apis</artifactId>
+      		<groupId>xml-apis</groupId>
+      	</exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>javax.jcr</groupId>




More information about the jbpm-commits mailing list