mirror of https://github.com/apache/archiva.git
Adding derby in test scope due to redback integration.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@537035 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e14ab48d90
commit
73d6f00c8e
|
@ -43,5 +43,10 @@
|
||||||
<artifactId>redback-xwork-integration</artifactId>
|
<artifactId>redback-xwork-integration</artifactId>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.derby</groupId>
|
||||||
|
<artifactId>derby</artifactId>
|
||||||
|
<scope>test</scope>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue