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 | |
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')
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml | 15 | ||||
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp-test/pom.xml | 15 | ||||
-rw-r--r-- | archiva-modules/archiva-web/pom.xml | 15 |
3 files changed, 0 insertions, 45 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> diff --git a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml index ac2a09dab..196e8d37b 100644 --- a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp-test/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</artifactId> 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> |