diff options
author | Olivier Lamy <olamy@apache.org> | 2012-04-21 15:40:23 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-04-21 15:40:23 +0000 |
commit | 7dd2f7a2d058322baf25c36b10ec3be4f23b3d17 (patch) | |
tree | 10c906ddd6bdc54fc979a72f63a83dc80b15299a /archiva-modules/archiva-web/pom.xml | |
parent | 0d6763054c27dcf1478e5a574958b03e86bfb63f (diff) | |
download | archiva-7dd2f7a2d058322baf25c36b10ec3be4f23b3d17.tar.gz archiva-7dd2f7a2d058322baf25c36b10ec3be4f23b3d17.zip |
remove plexus-command-line dependency as not needed
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1328696 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/pom.xml')
-rw-r--r-- | archiva-modules/archiva-web/pom.xml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/archiva-modules/archiva-web/pom.xml b/archiva-modules/archiva-web/pom.xml index 78588ad5b..37700b764 100644 --- a/archiva-modules/archiva-web/pom.xml +++ b/archiva-modules/archiva-web/pom.xml @@ -62,21 +62,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-command-line</artifactId> - <version>1.0-alpha-2</version> - <exclusions> - <exclusion> - <artifactId>plexus-container-default</artifactId> - <groupId>org.codehaus.plexus</groupId> - </exclusion> - <exclusion> - <artifactId>plexus-component-api</artifactId> - <groupId>org.codehaus.plexus</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> <groupId>org.apache.archiva</groupId> <artifactId>archiva-test-mocks</artifactId> <version>${project.version}</version> |