add missing dependencies

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1403521 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-10-29 21:05:01 +00:00
parent c61d5e700b
commit ea5f11bc6c
1 changed files with 10 additions and 0 deletions

View File

@ -84,6 +84,16 @@
</dependency>
<!-- test dependencies -->
<dependency>
<groupId>org.apache.archiva</groupId>
<artifactId>maven2-repository</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.archiva</groupId>
<artifactId>archiva-scheduler-repository</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.archiva</groupId>
<artifactId>archiva-test-utils</artifactId>