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
|
@ -36,12 +36,17 @@
|
|||
<dependency>
|
||||
<groupId>org.codehaus.plexus.redback</groupId>
|
||||
<artifactId>redback-rbac-memory</artifactId>
|
||||
<scope>test</scope>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.plexus.redback</groupId>
|
||||
<artifactId>redback-xwork-integration</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.derby</groupId>
|
||||
<artifactId>derby</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue