diff options
author | Joakim Erdfelt <joakime@apache.org> | 2007-05-10 23:05:21 +0000 |
---|---|---|
committer | Joakim Erdfelt <joakime@apache.org> | 2007-05-10 23:05:21 +0000 |
commit | 73d6f00c8e19aaf1b4cb50a90c66bce2832dcc4a (patch) | |
tree | 667ef558819399ed2fe5a56422746339f3823f47 | |
parent | e14ab48d90a7dff5c2e4d084fd9f366da88b66a6 (diff) | |
download | archiva-73d6f00c8e19aaf1b4cb50a90c66bce2832dcc4a.tar.gz archiva-73d6f00c8e19aaf1b4cb50a90c66bce2832dcc4a.zip |
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
-rw-r--r-- | archiva-web/archiva-security/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/archiva-web/archiva-security/pom.xml b/archiva-web/archiva-security/pom.xml index 81a977ed4..b009c58cb 100644 --- a/archiva-web/archiva-security/pom.xml +++ b/archiva-web/archiva-security/pom.xml @@ -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> |