[jbpm-commits] JBoss JBPM SVN: r5434 - jbpm4/trunk/modules/distro.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Aug 6 04:55:17 EDT 2009


Author: tom.baeyens at jboss.com
Date: 2009-08-06 04:55:16 -0400 (Thu, 06 Aug 2009)
New Revision: 5434

Modified:
   jbpm4/trunk/modules/distro/pom.xml
Log:
JBPM-2409 JBPM-2411 added classifiers to distro pom depenencies test-db and examples

Modified: jbpm4/trunk/modules/distro/pom.xml
===================================================================
--- jbpm4/trunk/modules/distro/pom.xml	2009-08-06 08:43:39 UTC (rev 5433)
+++ jbpm4/trunk/modules/distro/pom.xml	2009-08-06 08:55:16 UTC (rev 5434)
@@ -37,6 +37,7 @@
     <dependency>
       <groupId>org.jbpm.jbpm4</groupId>
       <artifactId>jbpm-examples</artifactId>
+      <classifier>tests</classifier>
     </dependency>
     <dependency>
       <groupId>org.jbpm.jbpm4</groupId>
@@ -90,6 +91,7 @@
     <dependency>
       <groupId>org.jbpm.jbpm4</groupId>
       <artifactId>jbpm-test-db</artifactId>
+      <classifier>tests</classifier>
     </dependency>
     <dependency>
       <groupId>org.eclipse.birt</groupId>



More information about the jbpm-commits mailing list