Author: brett
Date: Fri Jun 10 19:48:45 2005
New Revision: 190065
URL: http://svn.apache.org/viewcvs?rev=190065&view=rev
Log:
another missing dependency for MavenUtils
Modified:
maven/maven-1/plugins/trunk/artifact/project.xml
Modified: maven/maven-1/plugins/trunk/artifact/project.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/artifact/project.xml?rev=190065&r1=190064&r2=190065&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/artifact/project.xml (original)
+++ maven/maven-1/plugins/trunk/artifact/project.xml Fri Jun 10 19:48:45 2005
@@ -181,7 +181,7 @@
<version>3.0.0</version>
</dependency>
- <!-- For Maven 1.0.2... -->
+ <!-- For MavenUtils -->
<dependency>
<groupId>maven</groupId>
<artifactId>maven-jelly-tags</artifactId>
@@ -201,6 +201,11 @@
<groupId>commons-jexl</groupId>
<artifactId>commons-jexl</artifactId>
<version>1.0-beta-1</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-grant</groupId>
+ <artifactId>commons-grant</artifactId>
+ <version>1.0-beta-4</version>
</dependency>
</dependencies>
<build>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]