You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tv...@apache.org on 2007/07/06 22:09:19 UTC

svn commit: r554039 - /db/torque/test/trunk/test-project/project.xml

Author: tv
Date: Fri Jul  6 13:09:19 2007
New Revision: 554039

URL: http://svn.apache.org/viewvc?view=rev&rev=554039
Log:
Maven 1.0 has only ant 1.6.5 available so a dependency on ant 1.7.0 must be added.

Modified:
    db/torque/test/trunk/test-project/project.xml

Modified: db/torque/test/trunk/test-project/project.xml
URL: http://svn.apache.org/viewvc/db/torque/test/trunk/test-project/project.xml?view=diff&rev=554039&r1=554038&r2=554039
==============================================================================
--- db/torque/test/trunk/test-project/project.xml (original)
+++ db/torque/test/trunk/test-project/project.xml Fri Jul  6 13:09:19 2007
@@ -39,6 +39,11 @@
       <groupId>torque</groupId>
       <version>${pom.currentVersion}</version>
     </dependency>
+    <dependency>
+        <artifactId>ant</artifactId>
+        <groupId>org.apache.ant</groupId>
+        <version>1.7.0</version>
+    </dependency>
     <dependency>
       <artifactId>log4j</artifactId>
       <groupId>log4j</groupId>



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org