Author: tom.baeyens(a)jboss.com
Date: 2009-07-17 09:50:03 -0400 (Fri, 17 Jul 2009)
New Revision: 5324
Modified:
jbpm4/trunk/modules/examples/pom.xml
jbpm4/trunk/modules/test-cfg/pom.xml
Log:
removed jbpm-console-reports dependency from examples and test-cfg in the pom
Modified: jbpm4/trunk/modules/examples/pom.xml
===================================================================
--- jbpm4/trunk/modules/examples/pom.xml 2009-07-17 10:34:17 UTC (rev 5323)
+++ jbpm4/trunk/modules/examples/pom.xml 2009-07-17 13:50:03 UTC (rev 5324)
@@ -51,12 +51,6 @@
</dependency>
<dependency>
- <groupId>org.jbpm.jbpm4</groupId>
- <artifactId>jbpm-console-reports</artifactId>
- <scope>test</scope>
- </dependency>
-
- <dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>wstx-lgpl</artifactId>
<scope>test</scope>
Modified: jbpm4/trunk/modules/test-cfg/pom.xml
===================================================================
--- jbpm4/trunk/modules/test-cfg/pom.xml 2009-07-17 10:34:17 UTC (rev 5323)
+++ jbpm4/trunk/modules/test-cfg/pom.xml 2009-07-17 13:50:03 UTC (rev 5324)
@@ -53,13 +53,6 @@
<artifactId>spring</artifactId>
<scope>test</scope>
</dependency>
-
- <dependency>
- <groupId>org.jbpm.jbpm4</groupId>
- <artifactId>jbpm-console-reports</artifactId>
- <scope>test</scope>
- </dependency>
-
</dependencies>
</project>
Show replies by date