summaryrefslogtreecommitdiffstats
path: root/archiva-cli/pom.xml
diff options
context:
space:
mode:
authorJason van Zyl <jvanzyl@apache.org>2006-11-19 06:38:20 +0000
committerJason van Zyl <jvanzyl@apache.org>2006-11-19 06:38:20 +0000
commit51fcc1943031a8cf6b110bc4c17f646b4b1e16d9 (patch)
tree56118b39bbb5a2d138abecc0c021a7102ba9c95c /archiva-cli/pom.xml
parent360b2dfd8680a8e54d2763c0b15d0ec9b37770bc (diff)
downloadarchiva-51fcc1943031a8cf6b110bc4c17f646b4b1e16d9.tar.gz
archiva-51fcc1943031a8cf6b110bc4c17f646b4b1e16d9.zip
remove a dep by mistake
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@476730 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-cli/pom.xml')
-rw-r--r--archiva-cli/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/archiva-cli/pom.xml b/archiva-cli/pom.xml
index f94d1d732..c54d07d44 100644
--- a/archiva-cli/pom.xml
+++ b/archiva-cli/pom.xml
@@ -12,6 +12,10 @@
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
+ <groupId>org.apache.maven.archiva</groupId>
+ <artifactId>archiva-core</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-cli</artifactId>
<version>1.0-SNAPSHOT</version>