Author: objectiser
Date: 2010-11-17 09:40:04 -0500 (Wed, 17 Nov 2010)
New Revision: 1121
Modified:
trunk/integration-tests/pom.xml
trunk/runtime/engine/pom.xml
Log:
Add back all tests, and reduce dependencies on the engine module as now moved to new
module.
Modified: trunk/integration-tests/pom.xml
===================================================================
--- trunk/integration-tests/pom.xml 2010-11-17 14:01:59 UTC (rev 1120)
+++ trunk/integration-tests/pom.xml 2010-11-17 14:40:04 UTC (rev 1121)
@@ -583,11 +583,11 @@
</systemProperties>
<testFailureIgnore>true</testFailureIgnore>
<includes>
- <!--
<include>**/*TestCase.java</include>
<include>**/*Test.java</include>
+ <!--
+ <include>org/jboss/soa/bpel/tests/samples/QuickstartBPELHelloWorldTestCase.java</include>
-->
- <include>org/jboss/soa/bpel/tests/samples/QuickstartBPELHelloWorldTestCase.java</include>
</includes>
<!--
https://jira.jboss.org/jira/browse/RIFTSAW-34 -->
<excludes>
Modified: trunk/runtime/engine/pom.xml
===================================================================
--- trunk/runtime/engine/pom.xml 2010-11-17 14:01:59 UTC (rev 1120)
+++ trunk/runtime/engine/pom.xml 2010-11-17 14:40:04 UTC (rev 1121)
@@ -91,17 +91,6 @@
<!-- WS support -->
<dependency>
- <groupId>javassist</groupId>
- <artifactId>javassist</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javassist</groupId>
- <artifactId>javassist</artifactId>
- <classifier>sources</classifier>
- <scope>provided</scope>
- </dependency>
- <dependency>
<groupId>javax.xml.ws</groupId>
<artifactId>jaxws-api</artifactId>
<scope>provided</scope>
@@ -119,6 +108,7 @@
<type>pom</type>
<scope>provided</scope>
</dependency>
+
<dependency>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>riftsaw-bpel-compiler</artifactId>