[jbpm-commits] JBoss JBPM SVN: r2856 - jbpm3/branches/jbpm-3.3.0.GA/modules/simulation.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Nov 10 11:02:10 EST 2008


Author: thomas.diesler at jboss.com
Date: 2008-11-10 11:02:10 -0500 (Mon, 10 Nov 2008)
New Revision: 2856

Modified:
   jbpm3/branches/jbpm-3.3.0.GA/modules/simulation/pom.xml
Log:
Exclude digeter as a transitive dependency from jasper-reports

Modified: jbpm3/branches/jbpm-3.3.0.GA/modules/simulation/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.3.0.GA/modules/simulation/pom.xml	2008-11-10 15:47:26 UTC (rev 2855)
+++ jbpm3/branches/jbpm-3.3.0.GA/modules/simulation/pom.xml	2008-11-10 16:02:10 UTC (rev 2856)
@@ -48,6 +48,10 @@
       <artifactId>jasperreports</artifactId>
       <exclusions>
         <exclusion>
+          <groupId>commons-digester</groupId>
+          <artifactId>commons-digester</artifactId>
+        </exclusion>
+        <exclusion>
           <groupId>jfree</groupId>
           <artifactId>jfreechart</artifactId>
         </exclusion>




More information about the jbpm-commits mailing list