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 2008/02/29 00:14:44 UTC

svn commit: r632159 - /db/torque/village/trunk/pom.xml

Author: tv
Date: Thu Feb 28 15:14:36 2008
New Revision: 632159

URL: http://svn.apache.org/viewvc?rev=632159&view=rev
Log:
Added missing Junit dependency.

Modified:
    db/torque/village/trunk/pom.xml

Modified: db/torque/village/trunk/pom.xml
URL: http://svn.apache.org/viewvc/db/torque/village/trunk/pom.xml?rev=632159&r1=632158&r2=632159&view=diff
==============================================================================
--- db/torque/village/trunk/pom.xml (original)
+++ db/torque/village/trunk/pom.xml Thu Feb 28 15:14:36 2008
@@ -33,6 +33,15 @@
   <packaging>jar</packaging>
   <name>Village</name>
 
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+    
   <build>
     <sourceDirectory>src/java</sourceDirectory>
     <testSourceDirectory>src/test</testSourceDirectory>



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