diff options
author | Maria Odea B. Ching <oching@apache.org> | 2008-04-15 02:14:25 +0000 |
---|---|---|
committer | Maria Odea B. Ching <oching@apache.org> | 2008-04-15 02:14:25 +0000 |
commit | 328422ab7300a091bb7573821e35b05ac5d3d74a (patch) | |
tree | 2dcf565069c45893fa84651e2d08c6daa196c1a6 /archiva-cli | |
parent | 32474f11caae7c0294984958d8554842e197c762 (diff) | |
download | archiva-328422ab7300a091bb7573821e35b05ac5d3d74a.tar.gz archiva-328422ab7300a091bb7573821e35b05ac5d3d74a.zip |
-reverted exclusions of plexus-container in plexus-spring dependency
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@648097 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-cli')
-rw-r--r-- | archiva-cli/pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/archiva-cli/pom.xml b/archiva-cli/pom.xml index a9d969666..5e251b683 100644 --- a/archiva-cli/pom.xml +++ b/archiva-cli/pom.xml @@ -66,12 +66,6 @@ <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> |