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/archiva-webapp-test-js | |
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/archiva-webapp-test-js')
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml b/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml index b58d589fa..5b591e7af 100644 --- a/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml @@ -39,21 +39,6 @@ <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </dependency> - - <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-command-line</artifactId> - <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-webapp-js</artifactId> |