Add missing dependency

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@512693 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Emmanuel Venisse 2007-02-28 10:32:59 +00:00
parent 6d3a2dca4c
commit 604ec9dd3a
1 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,10 @@
<groupId>org.apache.maven.archiva</groupId>
<artifactId>archiva-common</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus.cache</groupId>
<artifactId>plexus-cache-api</artifactId>