aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-database/pom.xml
diff options
context:
space:
mode:
authorJoakim Erdfelt <joakime@apache.org>2007-05-17 22:16:57 +0000
committerJoakim Erdfelt <joakime@apache.org>2007-05-17 22:16:57 +0000
commit2ae3268ff900a8b649f8cc46fe6a23302978cacc (patch)
treead7d7051e9a736eb61d95636eb88feeb7594295e /archiva-database/pom.xml
parent45ab16622e24b784e597d77cdff9cd99bec575f9 (diff)
downloadarchiva-2ae3268ff900a8b649f8cc46fe6a23302978cacc.tar.gz
archiva-2ae3268ff900a8b649f8cc46fe6a23302978cacc.zip
[MRM-346]: Show Artifact results in error 500.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@539145 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-database/pom.xml')
-rwxr-xr-xarchiva-database/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/archiva-database/pom.xml b/archiva-database/pom.xml
index e53bfdcf8..94811fd12 100755
--- a/archiva-database/pom.xml
+++ b/archiva-database/pom.xml
@@ -99,6 +99,11 @@
</dependency>
<!-- TEST DEPS -->
<dependency>
+ <groupId>org.codehaus.plexus.registry</groupId>
+ <artifactId>plexus-registry-commons</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<scope>test</scope>