mirror of https://github.com/apache/archiva.git
fix dependency versions
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@515929 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
21f5499a29
commit
b49d0f413a
|
@ -102,10 +102,15 @@
|
|||
<artifactId>webwork</artifactId>
|
||||
<version>2.2.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.plexus.registry</groupId>
|
||||
<artifactId>plexus-registry-api</artifactId>
|
||||
<version>1.0-alpha-2-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.plexus.registry</groupId>
|
||||
<artifactId>plexus-registry-commons</artifactId>
|
||||
<version>1.0-alpha-1</version>
|
||||
<version>1.0-alpha-2-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
|
|
Loading…
Reference in New Issue