mirror of https://github.com/apache/archiva.git
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:
parent
c61d5e700b
commit
ea5f11bc6c
|
@ -84,6 +84,16 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- test dependencies -->
|
<!-- 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>
|
<dependency>
|
||||||
<groupId>org.apache.archiva</groupId>
|
<groupId>org.apache.archiva</groupId>
|
||||||
<artifactId>archiva-test-utils</artifactId>
|
<artifactId>archiva-test-utils</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue