Author: brett
Date: Sat Jun 4 00:56:41 2005
New Revision: 179969
URL: http://svn.apache.org/viewcvs?rev=179969&view=rev
Log:
Add a dependency on digester, required by betwixt
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=179969&r1=179968&r2=179969&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/artifact/project.xml (original)
+++ maven/maven-1/plugins/trunk/artifact/project.xml Sat Jun 4 00:56:41 2005
@@ -80,6 +80,11 @@
<version>0.6</version>
</dependency>
<dependency>
+ <groupId>commons-digester</groupId>
+ <artifactId>commons-digester</artifactId>
+ <version>1.4.1</version>
+ </dependency>
+ <dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>1.1.0</version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]