Author: pferraro
Date: 2009-04-27 12:07:10 -0400 (Mon, 27 Apr 2009)
New Revision: 2408
Modified:
trunk/mod_cluster/pom.xml
Log:
Upgrade jboss-test to 1.1.4 - eliminates need for additional exclusions
Modified: trunk/mod_cluster/pom.xml
===================================================================
--- trunk/mod_cluster/pom.xml 2009-04-27 13:43:28 UTC (rev 2407)
+++ trunk/mod_cluster/pom.xml 2009-04-27 16:07:10 UTC (rev 2408)
@@ -201,38 +201,15 @@
<dependency>
<groupId>org.jboss.test</groupId>
<artifactId>jboss-test</artifactId>
- <version>1.1.3.GA</version>
+ <version>1.1.4.GA</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
- <!-- Latest release still uses jboss-server-manager 1.0.0.GA, which still uses
AS 5.0.0.CR2 -->
- <exclusion>
- <groupId>org.jboss.jbossas</groupId>
- <artifactId>jboss-server-manager</artifactId>
- </exclusion>
</exclusions>
</dependency>
- <dependency>
- <groupId>org.jboss.jbossas</groupId>
- <artifactId>jboss-server-manager</artifactId>
- <version>1.0.1.GA</version>
- <scope>test</scope>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.naming</groupId>
- <artifactId>jnp-client</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.jboss.naming</groupId>
- <artifactId>jnp-client</artifactId>
- <version>5.0.1.GA</version>
- <scope>test</scope>
- </dependency>
<!-- Demo dependencies -->
<!-- Use provided scope, until demo is moved to separate module -->
Show replies by date