Author: objectiser
Date: 2009-10-28 12:48:47 -0400 (Wed, 28 Oct 2009)
New Revision: 210
Modified:
trunk/integration-tests/pom.xml
Log:
Fixed the ESB integration test issue.
Modified: trunk/integration-tests/pom.xml
===================================================================
--- trunk/integration-tests/pom.xml 2009-10-28 14:46:39 UTC (rev 209)
+++ trunk/integration-tests/pom.xml 2009-10-28 16:48:47 UTC (rev 210)
@@ -33,19 +33,7 @@
<version>3.1</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>concurrent</groupId>
- <artifactId>concurrent</artifactId>
- <version>1.3.4</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.jboss.jbossas</groupId>
- <artifactId>jboss-as-client</artifactId>
- <version>5.1.0.GA</version>
- <type>pom</type>
- <scope>test</scope>
- </dependency>
+
<dependency>
<groupId>org.jboss.soa.bpel.dependencies.esb</groupId>
<artifactId>jbossesb-rosetta</artifactId>
@@ -54,40 +42,114 @@
</dependency>
<dependency>
<groupId>org.jboss.soa.bpel.dependencies.esb</groupId>
+ <artifactId>jbossesb-config-model</artifactId>
+ <version>4.6</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.soa.bpel.dependencies.esb</groupId>
<artifactId>jbossts-common</artifactId>
<version>4.6</version>
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.apache.ws.scout</groupId>
- <artifactId>scout</artifactId>
- <version>1.2</version>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>1.2.14</version>
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>stax</groupId>
+ <artifactId>stax</artifactId>
+ <version>1.2.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>stax</groupId>
+ <artifactId>stax-api</artifactId>
+ <version>1.0.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-client</artifactId>
+ <version>5.1.0.GA</version>
+ <type>pom</type>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.apache.ws.scout</groupId>
<artifactId>scout</artifactId>
<version>1.1</version>
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.apache.ws.scout</groupId>
- <artifactId>jaxr-api</artifactId>
- <version>1.0</version>
+ <groupId>org.apache.xmlbeans</groupId>
+ <artifactId>xmlbeans</artifactId>
+ <version>2.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.apache.juddi</groupId>
- <artifactId>juddi</artifactId>
- <version>2.0.1</version>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.1</version>
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>javassist</artifactId>
+ <version>3.6.0.GA</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>trove</groupId>
+ <artifactId>trove</artifactId>
+ <version>2.1.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.apache.juddi</groupId>
<artifactId>juddi-client</artifactId>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>jboss.messaging</groupId>
+ <artifactId>jboss-messaging-client</artifactId>
+ <version>1.4.3.GA</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-remoting</artifactId>
+ <version>2.2.1.GA</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <version>1.3</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>woodstox</groupId>
+ <artifactId>wstx-asl</artifactId>
+ <version>3.2.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <version>2.8.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.logging</groupId>
+ <artifactId>jboss-logging-spi</artifactId>
+ <version>2.1.0.GA</version>
+ <scope>test</scope>
+ </dependency>
+
</dependencies>
<build>
@@ -116,6 +178,9 @@
<ant antfile="${basedir}/build.xml">
<target name="unpack-distribution" />
</ant>
+ <ant antfile="${basedir}/build.xml">
+ <target name="package-tests" />
+ </ant>
<!-- Cleanup test environment in case of previous failure -->
<!--
@@ -129,9 +194,6 @@
<ant antfile="${basedir}/build.xml">
<target name="start-server" />
</ant>
- <ant antfile="${basedir}/build.xml">
- <target name="package-tests" />
- </ant>
</tasks>
</configuration>
<goals>
@@ -154,14 +216,14 @@
value="${maven.dependency.org.jboss.soa.bpel.runtime.engine.jar.path}" />
<property name="dependency.bpel.jb-bpel-store"
value="${maven.dependency.org.jboss.soa.bpel.runtime.jb-bpel-store.jar.path}"
/>
- <!--
- -->
- <ant antfile="${basedir}/build.xml">
+ <ant antfile="${basedir}/build.xml">
<target name="stop-server" />
</ant>
<ant antfile="${basedir}/build.xml">
<target name="undeploy-riftsaw" />
</ant>
+ <!--
+ -->
</tasks>
</configuration>
<goals>
Show replies by date