summaryrefslogtreecommitdiffstats
path: root/archiva-cli/pom.xml
diff options
context:
space:
mode:
authorJoakim Erdfelt <joakime@apache.org>2007-04-05 22:22:17 +0000
committerJoakim Erdfelt <joakime@apache.org>2007-04-05 22:22:17 +0000
commit769fe91fc3d36d7c58a3c2325b0a139b865acc61 (patch)
treed26170fc74245710119fc84277ff15c3ef93ad79 /archiva-cli/pom.xml
parentba5ac0e7162c35350e3d909b7680836d1abc0636 (diff)
downloadarchiva-769fe91fc3d36d7c58a3c2325b0a139b865acc61.tar.gz
archiva-769fe91fc3d36d7c58a3c2325b0a139b865acc61.zip
Adding more consumers to the mix.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-jpox-database-refactor@525982 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-cli/pom.xml')
-rw-r--r--archiva-cli/pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/archiva-cli/pom.xml b/archiva-cli/pom.xml
index 0df3f78c9..19b00d7fa 100644
--- a/archiva-cli/pom.xml
+++ b/archiva-cli/pom.xml
@@ -36,6 +36,21 @@
<groupId>org.apache.maven.archiva</groupId>
<artifactId>archiva-repository-layer</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.apache.maven.archiva</groupId>
+ <artifactId>archiva-core-consumers</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven.archiva</groupId>
+ <artifactId>archiva-database-consumers</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven.archiva</groupId>
+ <artifactId>archiva-lucene-consumers</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </dependency>
<!--
<dependency>
<groupId>org.codehaus.plexus</groupId>