Author: alessio.soldano(a)jboss.com
Date: 2013-06-12 05:52:46 -0400 (Wed, 12 Jun 2013)
New Revision: 561
Modified:
core/branches/202/integration-testsuite/pom.xml
Log:
Merging support for WFLY 8.0.0.Alpha1
Modified: core/branches/202/integration-testsuite/pom.xml
===================================================================
--- core/branches/202/integration-testsuite/pom.xml 2013-06-12 09:50:37 UTC (rev 560)
+++ core/branches/202/integration-testsuite/pom.xml 2013-06-12 09:52:46 UTC (rev 561)
@@ -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