Author: alessio.soldano(a)jboss.com
Date: 2011-12-01 12:29:53 -0500 (Thu, 01 Dec 2011)
New Revision: 15345
Modified:
stack/cxf/trunk/modules/testsuite/pom.xml
Log:
Exclude xnio-api dependency from jboss-ejb-client in 710 testsuite dependency tree to
avoid freezing the testsuite due to recent AS7 controller-client updates
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2011-11-24 06:18:53 UTC (rev 15344)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2011-12-01 17:29:53 UTC (rev 15345)
@@ -1525,6 +1525,10 @@
<groupId>org.jboss.remoting3</groupId>
<artifactId>jboss-remoting</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.jboss.xnio</groupId>
+ <artifactId>xnio-api</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
Show replies by thread