You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm-commits@maven.apache.org by br...@apache.org on 2005/05/17 02:25:32 UTC

svn commit: r170493 - /maven/scm/trunk/maven-scm-api/pom.xml

Author: brett
Date: Mon May 16 17:25:32 2005
New Revision: 170493

URL: http://svn.apache.org/viewcvs?rev=170493&view=rev
Log:
add back junit dependency, dont know when it was removed

Modified:
    maven/scm/trunk/maven-scm-api/pom.xml

Modified: maven/scm/trunk/maven-scm-api/pom.xml
URL: http://svn.apache.org/viewcvs/maven/scm/trunk/maven-scm-api/pom.xml?rev=170493&r1=170492&r2=170493&view=diff
==============================================================================
--- maven/scm/trunk/maven-scm-api/pom.xml (original)
+++ maven/scm/trunk/maven-scm-api/pom.xml Mon May 16 17:25:32 2005
@@ -7,4 +7,12 @@
   </parent>
   <artifactId>maven-scm-api</artifactId>
   <name>Maven SCM API</name>
+  <!-- TODO: move test case to a separate library, remove this -->
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+    </dependency>
+  </dependencies>
 </project>