Author: alessio.soldano(a)jboss.com
Date: 2011-11-23 01:18:20 -0500 (Wed, 23 Nov 2011)
New Revision: 15337
Modified:
stack/cxf/trunk/modules/testsuite/pom.xml
Log:
Get remoting version from AS7 maven artifacts dependencies to be in synch with AS7
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2011-11-22 15:07:09 UTC (rev 15336)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2011-11-23 06:18:20 UTC (rev 15337)
@@ -1520,6 +1520,12 @@
<groupId>org.jboss</groupId>
<artifactId>jboss-ejb-client</artifactId>
<version>1.0.0.Beta6</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.jboss.remoting3</groupId>
+ <artifactId>jboss-remoting</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.jboss.naming</groupId>
Show replies by date