mirror of https://github.com/apache/archiva.git
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:
parent
6d3a2dca4c
commit
604ec9dd3a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue