[jbpm-commits] JBoss JBPM SVN: r5435 - in jbpm4/trunk: modules/test-cactus and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Aug 6 10:48:06 EDT 2009


Author: tom.baeyens at jboss.com
Date: 2009-08-06 10:48:06 -0400 (Thu, 06 Aug 2009)
New Revision: 5435

Added:
   jbpm4/trunk/qa/reinstall.jbpm.bat
Modified:
   jbpm4/trunk/modules/test-cactus/pom.xml
   jbpm4/trunk/pom.xml
Log:
upgraded cactus to version 1.8.1 and junit to version 3.8.1

Modified: jbpm4/trunk/modules/test-cactus/pom.xml
===================================================================
--- jbpm4/trunk/modules/test-cactus/pom.xml	2009-08-06 08:55:16 UTC (rev 5434)
+++ jbpm4/trunk/modules/test-cactus/pom.xml	2009-08-06 14:48:06 UTC (rev 5435)
@@ -70,9 +70,25 @@
     </dependency>
     <dependency>
       <groupId>cactus</groupId>
-      <artifactId>cactus</artifactId>
+      <artifactId>cactus.core</artifactId>
+      <version>1.8.1</version>
     </dependency>
     <dependency>
+      <groupId>cactus</groupId>
+      <artifactId>cactus.integration.shared.api</artifactId>
+      <version>1.8.1</version>
+    </dependency>
+    <dependency>
+      <groupId>cactus</groupId>
+      <artifactId>cactus.integration.ant</artifactId>
+      <version>1.8.1</version>
+    </dependency>
+    <dependency>
+      <groupId>aspectj</groupId>
+      <artifactId>aspectjrt</artifactId>
+      <version>1.5.3</version>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>runtime</scope>
@@ -121,6 +137,11 @@
       <id>runtest</id>
       <dependencies>
         <dependency>
+          <groupId>apache-httpclient</groupId>
+          <artifactId>commons-httpclient</artifactId>
+          <version>3.1</version>
+        </dependency>
+        <dependency>
           <groupId>org.jbpm.jbpm4</groupId>
           <artifactId>jbpm-examples</artifactId>
           <classifier>tests</classifier>

Modified: jbpm4/trunk/pom.xml
===================================================================
--- jbpm4/trunk/pom.xml	2009-08-06 08:55:16 UTC (rev 5434)
+++ jbpm4/trunk/pom.xml	2009-08-06 14:48:06 UTC (rev 5435)
@@ -46,7 +46,7 @@
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <apache.ant.version>1.7.0</apache.ant.version>
-    <cactus.version>13-1.7.1</cactus.version>
+    <cactus.version>1.8.1</cactus.version>
     <freemarker.version>2.3.15</freemarker.version>
     <gwt.console.version>1.0.1-SNAPSHOT</gwt.console.version>
     <jbpm.gpd.version>4.1-SNAPSHOT</jbpm.gpd.version>
@@ -59,7 +59,7 @@
     <jboss.client.version>5.0.1.GA</jboss.client.version>
     <jsr233.version>2.0.5</jsr233.version>
     <juel.version>2.1.0</juel.version>
-    <junit.version>3.8.1</junit.version>
+    <junit.version>3.8.2</junit.version>
     <log4j.version>1.2.14</log4j.version>
     <mail.version>1.4.1</mail.version>
     <report.engine.version>2.3.2</report.engine.version>
@@ -98,12 +98,6 @@
       </dependency>
       <dependency>
         <groupId>org.jbpm.jbpm4</groupId>
-        <artifactId>jbpm-examples</artifactId>
-        <classifier>tests</classifier>
-        <version>${version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jbpm.jbpm4</groupId>
         <artifactId>jbpm-jpdl</artifactId>
         <version>${version}</version>
       </dependency>
@@ -124,6 +118,12 @@
       </dependency>
       <dependency>
         <groupId>org.jbpm.jbpm4</groupId>
+        <artifactId>jbpm-examples</artifactId>
+        <classifier>tests</classifier>
+        <version>${version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jbpm.jbpm4</groupId>
         <artifactId>jbpm-test-db</artifactId>
         <version>${version}</version>
         <classifier>tests</classifier>

Added: jbpm4/trunk/qa/reinstall.jbpm.bat
===================================================================
--- jbpm4/trunk/qa/reinstall.jbpm.bat	                        (rev 0)
+++ jbpm4/trunk/qa/reinstall.jbpm.bat	2009-08-06 14:48:06 UTC (rev 5435)
@@ -0,0 +1,5 @@
+echo To run this, make sure that at least you have jbpm.parent.dir specified in your ${user.home}/.jbpm4/build.properties
+cmd /C mvn -U -Pdistro clean install
+cmd /C ant -f qa/build.xml reinstall.jbpm
+
+echo 
\ No newline at end of file



More information about the jbpm-commits mailing list