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:
Brett Porter 2007-03-08 05:27:44 +00:00
parent 21f5499a29
commit b49d0f413a
1 changed files with 6 additions and 1 deletions

View File

@ -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>