mirror of https://github.com/apache/archiva.git
add missing dependency
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@649011 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cf7e824bfa
commit
4a6a9ff697
|
@ -50,6 +50,10 @@
|
|||
<artifactId>plexus-spring</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
<artifactId>plexus-component-api</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
<artifactId>plexus-jdo2</artifactId>
|
||||
|
|
Loading…
Reference in New Issue