Author: thomas.diesler(a)jboss.com
Date: 2008-11-17 11:43:26 -0500 (Mon, 17 Nov 2008)
New Revision: 2963
Modified:
jbpm3/trunk/modules/simulation/pom.xml
Log:
exclude commons-digester to force version 1.6
Modified: jbpm3/trunk/modules/simulation/pom.xml
===================================================================
--- jbpm3/trunk/modules/simulation/pom.xml 2008-11-17 15:34:22 UTC (rev 2962)
+++ jbpm3/trunk/modules/simulation/pom.xml 2008-11-17 16:43:26 UTC (rev 2963)
@@ -58,6 +58,10 @@
<artifactId>jasperreports</artifactId>
<exclusions>
<exclusion>
+ <groupId>commons-digester</groupId>
+ <artifactId>commons-digester</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>jfree</groupId>
<artifactId>jfreechart</artifactId>
</exclusion>