Author: ropalka
Date: 2012-02-14 01:43:12 -0500 (Tue, 14 Feb 2012)
New Revision: 15633
Modified:
stack/native/trunk/modules/testsuite/pom.xml
Log:
sync. dependencies with AS7 trunk
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2012-02-13 16:30:45 UTC (rev 15632)
+++ stack/native/trunk/modules/testsuite/pom.xml 2012-02-14 06:43:12 UTC (rev 15633)
@@ -954,6 +954,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>
@@ -963,7 +967,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>
@@ -1013,9 +1017,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>