[jbpm-commits] JBoss JBPM SVN: r6371 - in jbpm4/trunk/modules: pvm and 2 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri May 21 07:46:13 EDT 2010


Author: alex.guizar at jboss.com
Date: 2010-05-21 07:46:12 -0400 (Fri, 21 May 2010)
New Revision: 6371

Modified:
   jbpm4/trunk/modules/jpdl/pom.xml
   jbpm4/trunk/modules/pvm/pom.xml
   jbpm4/trunk/modules/test-db/src/test/java/org/jbpm/test/activity/forkjoin/ForkResultsInNullEndActivityTest.java
   jbpm4/trunk/modules/test-pojo/pom.xml
Log:
JBPM-2839: mark dependency on jbpm-test-base as scope=test
add jbpm-test-base dependency to modules jpdl and test-pojo

Modified: jbpm4/trunk/modules/jpdl/pom.xml
===================================================================
--- jbpm4/trunk/modules/jpdl/pom.xml	2010-05-21 06:43:20 UTC (rev 6370)
+++ jbpm4/trunk/modules/jpdl/pom.xml	2010-05-21 11:46:12 UTC (rev 6371)
@@ -29,19 +29,20 @@
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
-  <!-- Properties -->
-  <properties>
-  </properties>
-
   <!-- Dependencies -->
   <dependencies>
-
     <!-- JBPM4 -->
     <dependency>
       <groupId>org.jbpm.jbpm4</groupId>
       <artifactId>jbpm-pvm</artifactId>
       <version>${project.version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.jbpm.jbpm4</groupId>
+      <artifactId>jbpm-test-base</artifactId>
+      <version>${project.version}</version>
+      <scope>test</scope>
+    </dependency>
 
     <!-- 3rd Party -->
     <dependency>

Modified: jbpm4/trunk/modules/pvm/pom.xml
===================================================================
--- jbpm4/trunk/modules/pvm/pom.xml	2010-05-21 06:43:20 UTC (rev 6370)
+++ jbpm4/trunk/modules/pvm/pom.xml	2010-05-21 11:46:12 UTC (rev 6371)
@@ -41,6 +41,7 @@
     <dependency>
       <groupId>org.jbpm.jbpm4</groupId>
       <artifactId>jbpm-test-base</artifactId>
+      <scope>test</scope>
     </dependency>
 
     <dependency>

Modified: jbpm4/trunk/modules/test-db/src/test/java/org/jbpm/test/activity/forkjoin/ForkResultsInNullEndActivityTest.java
===================================================================
--- jbpm4/trunk/modules/test-db/src/test/java/org/jbpm/test/activity/forkjoin/ForkResultsInNullEndActivityTest.java	2010-05-21 06:43:20 UTC (rev 6370)
+++ jbpm4/trunk/modules/test-db/src/test/java/org/jbpm/test/activity/forkjoin/ForkResultsInNullEndActivityTest.java	2010-05-21 11:46:12 UTC (rev 6371)
@@ -19,7 +19,7 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
- package org.jbpm.test.activity.forktest;
+ package org.jbpm.test.activity.forkjoin;
 
 import org.jbpm.api.ProcessInstance;
 import org.jbpm.pvm.internal.model.ExecutionImpl;

Modified: jbpm4/trunk/modules/test-pojo/pom.xml
===================================================================
--- jbpm4/trunk/modules/test-pojo/pom.xml	2010-05-21 06:43:20 UTC (rev 6370)
+++ jbpm4/trunk/modules/test-pojo/pom.xml	2010-05-21 11:46:12 UTC (rev 6371)
@@ -33,6 +33,11 @@
       <version>${project.version}</version>
     </dependency>
     <dependency>
+      <groupId>org.jbpm.jbpm4</groupId>
+      <artifactId>jbpm-test-base</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
     </dependency>
@@ -47,7 +52,6 @@
       <artifactId>jbpm-pvm</artifactId>
       <version>${project.version}</version>
     </dependency>
-
   </dependencies>
   
   <!-- Plugins -->
@@ -80,4 +84,4 @@
     </profile>
   </profiles>
 
-</project>
\ No newline at end of file
+</project>



More information about the jbpm-commits mailing list