[dna-commits] DNA SVN: r1122 - trunk/extensions/dna-sequencer-jbpm-jpdl.

dna-commits at lists.jboss.org dna-commits at lists.jboss.org
Tue Jul 21 15:14:15 EDT 2009


Author: rhauch
Date: 2009-07-21 15:14:15 -0400 (Tue, 21 Jul 2009)
New Revision: 1122

Modified:
   trunk/extensions/dna-sequencer-jbpm-jpdl/pom.xml
Log:
DNA-493 Integration tests should not be run via Maven by default

Corrected the JBPM project to no longer depend on 'dna-integration-tests' projection.  This was an artificial dependency that broke the Hudson build.

Modified: trunk/extensions/dna-sequencer-jbpm-jpdl/pom.xml
===================================================================
--- trunk/extensions/dna-sequencer-jbpm-jpdl/pom.xml	2009-07-21 17:58:05 UTC (rev 1121)
+++ trunk/extensions/dna-sequencer-jbpm-jpdl/pom.xml	2009-07-21 19:14:15 UTC (rev 1122)
@@ -44,12 +44,6 @@
 			<type>test-jar</type>
 			<scope>test</scope>
 		</dependency>
-		<dependency>
-			<groupId>org.jboss.dna</groupId>
-			<artifactId>dna-integration-tests</artifactId>
-			<version>${pom.version}</version>
-			<scope>test</scope>
-		</dependency>
 		<!-- 
 			jBPM jPDL 
 		-->



More information about the dna-commits mailing list