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 tf...@apache.org on 2005/09/06 23:20:12 UTC

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

Author: tfischer
Date: Tue Sep  6 14:20:09 2005
New Revision: 279115

URL: http://svn.apache.org/viewcvs?rev=279115&view=rev
Log:
added junit dependency

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

Modified: db/torque/test/trunk/base/project.xml
URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/base/project.xml?rev=279115&r1=279114&r2=279115&view=diff
==============================================================================
--- db/torque/test/trunk/base/project.xml (original)
+++ db/torque/test/trunk/base/project.xml Tue Sep  6 14:20:09 2005
@@ -1,5 +1,15 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project>
   <extend>../profile/${torque.test.profile}/project.xml</extend>
+  <dependencies>
+    <dependency>
+      <artifactId>junit</artifactId>
+      <groupId>junit</groupId>
+      <version>3.8.1</version>
+      <properties>
+        <classloader>root</classloader>
+      </properties>
+    </dependency>
+  </dependencies>
 </project>
 



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