[jbpm-commits] JBoss JBPM SVN: r4046 - in jbpm4/trunk: modules/distro and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Feb 26 08:05:50 EST 2009


Author: heiko.braun at jboss.com
Date: 2009-02-26 08:05:50 -0500 (Thu, 26 Feb 2009)
New Revision: 4046

Modified:
   jbpm4/trunk/modules/distro/pom.xml
   jbpm4/trunk/pom.xml
Log:
Remove dependency on the legacy task module andinclud the db module in reactor run

Modified: jbpm4/trunk/modules/distro/pom.xml
===================================================================
--- jbpm4/trunk/modules/distro/pom.xml	2009-02-26 11:49:37 UTC (rev 4045)
+++ jbpm4/trunk/modules/distro/pom.xml	2009-02-26 13:05:50 UTC (rev 4046)
@@ -80,14 +80,9 @@
       <artifactId>jbpm-examples</artifactId>
       <version>${version}</version>
     </dependency>
-    
+       
     <dependency>
       <groupId>org.jbpm.jbpm4</groupId>
-      <artifactId>jbpm-task</artifactId>
-      <version>${version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.jbpm.jbpm4</groupId>
       <artifactId>jbpm-test-db</artifactId>
       <version>${version}</version>
     </dependency>

Modified: jbpm4/trunk/pom.xml
===================================================================
--- jbpm4/trunk/pom.xml	2009-02-26 11:49:37 UTC (rev 4045)
+++ jbpm4/trunk/pom.xml	2009-02-26 13:05:50 UTC (rev 4046)
@@ -39,6 +39,7 @@
     <module>modules/test-base</module>
     <module>modules/test-db</module>
     <module>modules/test-pojo</module>
+    <module>modules/db</module>
   </modules>
 
   <!-- Properties -->




More information about the jbpm-commits mailing list