Author: alessio.soldano(a)jboss.com
Date: 2011-12-01 12:33:07 -0500 (Thu, 01 Dec 2011)
New Revision: 15346
Modified:
stack/native/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/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2011-12-01 17:29:53 UTC (rev 15345)
+++ stack/native/trunk/modules/testsuite/pom.xml 2011-12-01 17:33:07 UTC (rev 15346)
@@ -1295,6 +1295,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 date