[jbpm-commits] JBoss JBPM SVN: r5279 - jbpm3/branches/jbpm-3.2-soa/modules/simulation.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Jul 10 00:49:26 EDT 2009


Author: alex.guizar at jboss.com
Date: 2009-07-10 00:49:26 -0400 (Fri, 10 Jul 2009)
New Revision: 5279

Modified:
   jbpm3/branches/jbpm-3.2-soa/modules/simulation/pom.xml
Log:
exclude itext dependency which seems to not be present in every repository

Modified: jbpm3/branches/jbpm-3.2-soa/modules/simulation/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/simulation/pom.xml	2009-07-09 21:47:48 UTC (rev 5278)
+++ jbpm3/branches/jbpm-3.2-soa/modules/simulation/pom.xml	2009-07-10 04:49:26 UTC (rev 5279)
@@ -83,9 +83,13 @@
           <artifactId>jfreechart</artifactId>
         </exclusion>
         <exclusion>
+          <groupId>eclipse</groupId>
           <artifactId>jdtcore</artifactId>
-          <groupId>eclipse</groupId>
         </exclusion>
+        <exclusion>
+          <groupId>com.lowagie</groupId>
+          <artifactId>itext</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>




More information about the jbpm-commits mailing list