Add a dependency on digester, required by betwixt

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@179969 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2005-06-04 07:56:41 +00:00
parent 4861fff59d
commit bfc7b1cb6a

View File

@@ -79,6 +79,11 @@
<artifactId>commons-betwixt</artifactId>
<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>