add missing dependencies

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1403525 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-10-29 21:06:40 +00:00
parent 0a778cf256
commit 4fce77869d
2 changed files with 11 additions and 0 deletions

View File

@ -95,6 +95,11 @@
<artifactId>wagon-http-lightweight</artifactId> <artifactId>wagon-http-lightweight</artifactId>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency>
<groupId>org.apache.archiva</groupId>
<artifactId>maven2-repository</artifactId>
<scope>test</scope>
</dependency>
<dependency> <dependency>
<groupId>org.apache.archiva</groupId> <groupId>org.apache.archiva</groupId>
<artifactId>metadata-store-jcr</artifactId> <artifactId>metadata-store-jcr</artifactId>

View File

@ -116,6 +116,12 @@
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>org.apache.archiva</groupId>
<artifactId>archiva-scheduler-repository</artifactId>
<scope>test</scope>
</dependency>
<dependency> <dependency>
<groupId>org.apache.archiva.redback</groupId> <groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-rbac-cached</artifactId> <artifactId>redback-rbac-cached</artifactId>