mirror of https://github.com/apache/archiva.git
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:
parent
265306177f
commit
1b55b6843e
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue