aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-cli
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2008-04-09 17:19:31 +0000
committerBrett Porter <brett@apache.org>2008-04-09 17:19:31 +0000
commit15e8484be865c758de9087dfdb21a5d5f932b0f7 (patch)
tree1fc52e91849f42889d2401942e022ea7344ef615 /archiva-cli
parent00ccbaa3e26527d3eaab835025828692fef5c275 (diff)
downloadarchiva-15e8484be865c758de9087dfdb21a5d5f932b0f7.tar.gz
archiva-15e8484be865c758de9087dfdb21a5d5f932b0f7.zip
clean up dependencies
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@646442 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-cli')
-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 ed18c9112..5e251b683 100644
--- a/archiva-cli/pom.xml
+++ b/archiva-cli/pom.xml
@@ -63,6 +63,10 @@
<version>1.5.0</version>
<scope>runtime</scope>
</dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-spring</artifactId>
+ </dependency>
</dependencies>
<build>
<plugins>