[jbossws-commits] JBossWS SVN: r15896 - stack/cxf/trunk/modules/testsuite.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Mar 7 03:06:12 EST 2012


Author: ropalka
Date: 2012-03-07 03:06:11 -0500 (Wed, 07 Mar 2012)
New Revision: 15896

Modified:
   stack/cxf/trunk/modules/testsuite/pom.xml
Log:
[JBWS-3435] use exact remote naming version we wanna use

Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml	2012-03-07 07:59:43 UTC (rev 15895)
+++ stack/cxf/trunk/modules/testsuite/pom.xml	2012-03-07 08:06:11 UTC (rev 15896)
@@ -1141,9 +1141,18 @@
               <groupId>org.jboss.remoting3</groupId>
               <artifactId>jboss-remoting</artifactId>
             </exclusion>
+            <exclusion>
+              <groupId>org.jboss</groupId>
+              <artifactId>jboss-remote-naming</artifactId>
+            </exclusion>
           </exclusions>
         </dependency>
         <dependency>
+          <groupId>org.jboss</groupId>
+          <artifactId>jboss-remote-naming</artifactId>
+          <version>1.0.1.Final</version>
+        </dependency>
+        <dependency>
           <groupId>javax.mail</groupId>
           <artifactId>mail</artifactId>
         </dependency>



More information about the jbossws-commits mailing list