aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2010-03-18 05:34:55 +0000
committerBrett Porter <brett@apache.org>2010-03-18 05:34:55 +0000
commit4c5672c59eca64aaf38a7fd0bbc098d18289fea3 (patch)
treed188979cd3956df71a5aed2f9a0cc47b2a4c62d3 /pom.xml
parent866fbdff7aa1633701ca1fc17992544d3d04262a (diff)
downloadarchiva-4c5672c59eca64aaf38a7fd0bbc098d18289fea3.tar.gz
archiva-4c5672c59eca64aaf38a7fd0bbc098d18289fea3.zip
[MRM-1327] abstract test case so that multiple implementations can use it
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@924641 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 e2b28f8ed..3ac3cf7c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -296,6 +296,12 @@
</dependency>
<dependency>
<groupId>org.apache.archiva</groupId>
+ <artifactId>metadata-repository-api</artifactId>
+ <version>1.4-SNAPSHOT</version>
+ <classifier>tests</classifier>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.archiva</groupId>
<artifactId>metadata-repository-file</artifactId>
<version>1.4-SNAPSHOT</version>
</dependency>