Author: pferraro
Date: 2009-02-26 11:33:36 -0500 (Thu, 26 Feb 2009)
New Revision: 2324
Modified:
trunk/mod_cluster/pom.xml
Log:
Refreshed dependencies
Modified: trunk/mod_cluster/pom.xml
===================================================================
--- trunk/mod_cluster/pom.xml 2009-02-26 14:23:56 UTC (rev 2323)
+++ trunk/mod_cluster/pom.xml 2009-02-26 16:33:36 UTC (rev 2324)
@@ -148,7 +148,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
- <version>1.2</version>
+ <version>1.3</version>
</plugin>
</plugins>
</pluginManagement>
@@ -163,7 +163,7 @@
<dependency>
<groupId>jboss.web</groupId>
<artifactId>jbossweb</artifactId>
- <version>2.1.1.GA</version>
+ <version>2.1.2.GA</version>
</dependency>
<dependency>
<groupId>net.jcip</groupId>
@@ -173,7 +173,7 @@
<dependency>
<groupId>org.jboss.microcontainer</groupId>
<artifactId>jboss-kernel</artifactId>
- <version>2.0.3.GA</version>
+ <version>2.0.4.GA</version>
</dependency>
<!-- For installation in standalone JBoss Web or Tomcat -->
@@ -299,18 +299,6 @@
</configuration>
</execution>
</executions>
- <dependencies>
- <dependency>
- <groupId>ant</groupId>
- <artifactId>ant-junit</artifactId>
- <version>1.6.5</version>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.4</version>
- </dependency>
- </dependencies>
</plugin>
</plugins>
</build>
Show replies by date