aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-cli/pom.xml
diff options
context:
space:
mode:
authorMaria Odea B. Ching <oching@apache.org>2008-04-14 13:03:47 +0000
committerMaria Odea B. Ching <oching@apache.org>2008-04-14 13:03:47 +0000
commit32474f11caae7c0294984958d8554842e197c762 (patch)
tree3b9de56ba24a6db297d9f1c922d7aa78f59f26bc /archiva-cli/pom.xml
parentdb51c1b5909b8aebd63e1d7c26271687826c3036 (diff)
downloadarchiva-32474f11caae7c0294984958d8554842e197c762.tar.gz
archiva-32474f11caae7c0294984958d8554842e197c762.zip
-exclude plexus container in plexus-spring dependency
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@647784 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-cli/pom.xml')
-rw-r--r--archiva-cli/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/archiva-cli/pom.xml b/archiva-cli/pom.xml
index 5e251b683..a9d969666 100644
--- a/archiva-cli/pom.xml
+++ b/archiva-cli/pom.xml
@@ -66,6 +66,12 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-spring</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-container-default</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>
<build>