[jbossws-commits] JBossWS SVN: r15338 - stack/native/trunk/modules/testsuite.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Nov 23 01:20:32 EST 2011


Author: alessio.soldano at jboss.com
Date: 2011-11-23 01:20:32 -0500 (Wed, 23 Nov 2011)
New Revision: 15338

Modified:
   stack/native/trunk/modules/testsuite/pom.xml
Log:
Get remoting version from AS7 maven artifacts dependencies to be in synch with AS7


Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml	2011-11-23 06:18:20 UTC (rev 15337)
+++ stack/native/trunk/modules/testsuite/pom.xml	2011-11-23 06:20:32 UTC (rev 15338)
@@ -1290,6 +1290,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>



More information about the jbossws-commits mailing list