aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJames William Dumay <jdumay@apache.org>2008-05-29 01:49:41 +0000
committerJames William Dumay <jdumay@apache.org>2008-05-29 01:49:41 +0000
commit03584684d14470fb60645ea2cb6710aec25caec0 (patch)
treed88f1359ab9ec80afb794600edb967ffd914d9c4 /pom.xml
parenta145ac1cde28d30f5bc90fcd0ce4545ab33be55f (diff)
downloadarchiva-03584684d14470fb60645ea2cb6710aec25caec0.tar.gz
archiva-03584684d14470fb60645ea2cb6710aec25caec0.zip
Moving RepositoryServlet to its new home in archiva-webdav. Thanks to Brett for helping out with the crazy failing tests.
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@661174 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index cc57fb499..edb0661bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -185,6 +185,12 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>httpunit</groupId>
+ <artifactId>httpunit</artifactId>
+ <version>1.6.2</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>easymock</groupId>
<artifactId>easymock</artifactId>
<version>1.2_Java1.3</version>