Author: ropalka
Date: 2012-05-04 02:04:34 -0400 (Fri, 04 May 2012)
New Revision: 16229
Modified:
stack/native/trunk/modules/testsuite/pom.xml
Log:
sync. AS7 dependencies
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2012-05-03 11:20:02 UTC (rev 16228)
+++ stack/native/trunk/modules/testsuite/pom.xml 2012-05-04 06:04:34 UTC (rev 16229)
@@ -303,13 +303,7 @@
</exclusion>
</exclusions>
</dependency>
- <!-- provides org.jboss.ejb3.annotation.SecurityDomain annotation -->
<dependency>
- <groupId>org.jboss.ejb3</groupId>
- <artifactId>jboss-ejb3-ext-api</artifactId>
- <version>2.0.0-beta-1</version>
- </dependency>
- <dependency>
<groupId>org.jboss.remotingjmx</groupId>
<artifactId>remoting-jmx</artifactId>
<version>1.0.2.Final</version>
@@ -374,12 +368,12 @@
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jboss-remote-naming</artifactId>
- <version>1.0.2.Final</version>
+ <version>1.0.3.Final</version>
</dependency>
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jboss-ejb-client</artifactId>
- <version>1.0.4.Final</version>
+ <version>1.0.8.Final</version>
<exclusions>
<exclusion>
<groupId>org.jboss.remoting3</groupId>
@@ -391,22 +385,16 @@
</exclusion>
</exclusions>
</dependency>
- <!-- provides org.jboss.ejb3.annotation.SecurityDomain annotation -->
<dependency>
- <groupId>org.jboss.ejb3</groupId>
- <artifactId>jboss-ejb3-ext-api</artifactId>
- <version>2.0.0-beta-1</version>
- </dependency>
- <dependency>
<groupId>org.jboss.remotingjmx</groupId>
<artifactId>remoting-jmx</artifactId>
- <version>1.0.2.Final</version>
+ <version>1.0.3.Final</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.remoting3</groupId>
<artifactId>jboss-remoting</artifactId>
- <version>3.2.2.GA</version>
+ <version>3.2.4.GA</version>
<scope>test</scope>
</dependency>
</dependencies>