Author: alessio.soldano(a)jboss.com
Date: 2013-05-20 02:39:33 -0400 (Mon, 20 May 2013)
New Revision: 17602
Modified:
stack/cxf/trunk/modules/testsuite/pom.xml
Log:
Exclude remoting3 dependency in testsuite, as WF is now using remoting 4
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2013-05-19 16:32:01 UTC (rev 17601)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2013-05-20 06:39:33 UTC (rev 17602)
@@ -806,6 +806,12 @@
<groupId>org.wildfly</groupId>
<artifactId>wildfly-webservices-tests-integration</artifactId>
<version>${jboss.version}</version>
+ <exclusions> <!-- Temp exclude while waiting for AS to be fixed
-->
+ <exclusion>
+ <groupId>org.jboss.remoting3</groupId>
+ <artifactId>jboss-remoting</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>
<build>
Show replies by date