add missing dependency needed to bootstrap

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115539 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2004-06-25 16:49:18 +00:00
parent 92e0832d9b
commit 527d782b2c

5
dist/project.xml vendored
View File

@ -67,6 +67,11 @@
</developer>
</developers>
<dependencies>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.3</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>