mirror of https://github.com/apache/archiva.git
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:
parent
0a778cf256
commit
4fce77869d
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue