Author: wesleyhales
Date: 2007-09-12 15:55:20 -0400 (Wed, 12 Sep 2007)
New Revision: 8252
Modified:
modules/common/trunk/common/pom.xml
Log:
dependency changes
Modified: modules/common/trunk/common/pom.xml
===================================================================
--- modules/common/trunk/common/pom.xml 2007-09-12 19:49:12 UTC (rev 8251)
+++ modules/common/trunk/common/pom.xml 2007-09-12 19:55:20 UTC (rev 8252)
@@ -86,6 +86,12 @@
</dependency>
<dependency>
+ <groupId>ant</groupId>
+ <artifactId>ant-junit</artifactId>
+ <version>1.6.5</version>
+ </dependency>
+
+ <dependency>
<groupId>cargo</groupId>
<artifactId>cargo-core-uberjar</artifactId>
<version>0.8</version>
@@ -103,14 +109,6 @@
<dependency>
<groupId>ant</groupId>
- <artifactId>ant-junit</artifactId>
- <version>0.1</version>
- <scope>system</scope>
- <systemPath>${basedir}/../tools/lib/ant-junit.jar</systemPath>
- </dependency>
-
- <dependency>
- <groupId>ant</groupId>
<artifactId>ant-nodeps</artifactId>
<version>0.1</version>
<scope>system</scope>
Show replies by date