diff options
author | James William Dumay <jdumay@apache.org> | 2008-05-29 01:49:41 +0000 |
---|---|---|
committer | James William Dumay <jdumay@apache.org> | 2008-05-29 01:49:41 +0000 |
commit | 03584684d14470fb60645ea2cb6710aec25caec0 (patch) | |
tree | d88f1359ab9ec80afb794600edb967ffd914d9c4 /pom.xml | |
parent | a145ac1cde28d30f5bc90fcd0ce4545ab33be55f (diff) | |
download | archiva-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.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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> |