Add commans-lang, seems to be required for the runtime

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@506619 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Emmanuel Venisse 2007-02-12 20:26:54 +00:00
parent 265306177f
commit 1b55b6843e
1 changed files with 5 additions and 0 deletions

View File

@ -77,6 +77,11 @@
<version>1.0.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-http-lightweight</artifactId>