Author: alessio.soldano(a)jboss.com
Date: 2013-06-12 05:48:27 -0400 (Wed, 12 Jun 2013)
New Revision: 559
Modified:
core/trunk/integration-testsuite/pom.xml
Log:
Support WFLY 8.0.0.Alpha1 in integration-testsuite runs
Modified: core/trunk/integration-testsuite/pom.xml
===================================================================
--- core/trunk/integration-testsuite/pom.xml 2013-06-12 08:57:40 UTC (rev 558)
+++ core/trunk/integration-testsuite/pom.xml 2013-06-12 09:48:27 UTC (rev 559)
@@ -164,18 +164,22 @@
<id>jboss800</id>
<dependencies>
<dependency>
- <groupId>org.jboss.as</groupId>
- <artifactId>jboss-as-webservices-tests-integration</artifactId>
- <version>8.0.0.Alpha1-SNAPSHOT</version>
+ <groupId>org.wildfly</groupId>
+ <artifactId>wildfly-webservices-tests-integration</artifactId>
+ <version>8.0.0.Alpha1</version>
<exclusions>
<exclusion>
- <groupId>org.jboss.as</groupId>
- <artifactId>jboss-as-clustering-infinispan</artifactId>
+ <groupId>org.wildfly</groupId>
+ <artifactId>wildfly-clustering-infinispan</artifactId>
</exclusion>
<exclusion>
- <groupId>org.jboss.as</groupId>
- <artifactId>jboss-as-transactions</artifactId>
+ <groupId>org.wildfly</groupId>
+ <artifactId>wildfly-transactions</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.jboss.remoting3</groupId>
+ <artifactId>jboss-remoting</artifactId>
+ </exclusion>
</exclusions>
<scope>test</scope>
</dependency>
Show replies by date