Author: jvanzyl
Date: Sun Jun 17 21:21:35 2007
New Revision: 548205

URL: http://svn.apache.org/viewvc?view=rev&rev=548205
Log:
o it's actually used for testing ...

Modified:
    maven/plugins/trunk/maven-antlr-plugin/pom.xml

Modified: maven/plugins/trunk/maven-antlr-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antlr-plugin/pom.xml?view=diff&rev=548205&r1=548204&r2=548205
==============================================================================
--- maven/plugins/trunk/maven-antlr-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-antlr-plugin/pom.xml Sun Jun 17 21:21:35 2007
@@ -108,6 +108,12 @@
       <scope>test</scope>
     </dependency>
     <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-artifact</artifactId>
+      <version>2.0.2</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>3.8.1</version>


Reply via email to