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:
Joakim Erdfelt 2007-05-10 23:05:21 +00:00
parent e14ab48d90
commit 73d6f00c8e
1 changed files with 6 additions and 1 deletions

View File

@ -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>