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

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Feb 14 01:45:09 EST 2012


Author: ropalka
Date: 2012-02-14 01:45:08 -0500 (Tue, 14 Feb 2012)
New Revision: 15634

Modified:
   stack/cxf/trunk/modules/testsuite/pom.xml
Log:
sync. dependencies with AS7 trunk

Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml	2012-02-14 06:43:12 UTC (rev 15633)
+++ stack/cxf/trunk/modules/testsuite/pom.xml	2012-02-14 06:45:08 UTC (rev 15634)
@@ -1133,6 +1133,10 @@
               <groupId>org.jboss.as</groupId>
               <artifactId>jboss-as-transactions</artifactId>
             </exclusion>
+            <exclusion>
+              <groupId>org.jboss.remoting3</groupId>
+              <artifactId>jboss-remoting</artifactId>
+            </exclusion>
           </exclusions>
         </dependency>
         <dependency>
@@ -1142,7 +1146,7 @@
         <dependency>
           <groupId>org.jboss</groupId>
           <artifactId>jboss-ejb-client</artifactId>
-          <version>1.0.1.Final</version>
+          <version>1.0.2.Final</version>
           <exclusions>
             <exclusion>
               <groupId>org.jboss.remoting3</groupId>
@@ -1233,9 +1237,15 @@
         <dependency>
           <groupId>org.jboss.remoting3</groupId>
           <artifactId>remoting-jmx</artifactId>
-          <version>1.0.0.Beta1</version>
+          <version>1.0.0.Final</version>
           <scope>test</scope>
         </dependency>
+        <dependency>
+          <groupId>org.jboss.remoting3</groupId>
+          <artifactId>jboss-remoting</artifactId>
+          <version>3.2.1.GA</version>
+          <scope>test</scope>
+        </dependency>
       </dependencies>
       <build>
         <plugins>



More information about the jbossws-commits mailing list