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

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Mar 7 02:21:35 EST 2012


Author: ropalka
Date: 2012-03-07 02:21:34 -0500 (Wed, 07 Mar 2012)
New Revision: 15891

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

Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml	2012-03-07 06:32:58 UTC (rev 15890)
+++ stack/native/trunk/modules/testsuite/pom.xml	2012-03-07 07:21:34 UTC (rev 15891)
@@ -1056,9 +1056,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