Remove unused dependency to commons-httpclient
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/e3a35f11 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/e3a35f11 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/e3a35f11 Branch: refs/heads/master Commit: e3a35f112f368efc949e8a3f40ad6e3d4c9fb299 Parents: c4ce524 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Wed Sep 10 12:46:16 2014 +0300 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Wed Sep 10 12:46:16 2014 +0300 ---------------------------------------------------------------------- pom.xml | 11 ----------- 1 file changed, 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/e3a35f11/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 10e8adb..b29b84d 100644 --- a/pom.xml +++ b/pom.xml @@ -486,17 +486,6 @@ <version>1</version> </dependency> <dependency> - <groupId>commons-httpclient</groupId> - <artifactId>commons-httpclient</artifactId> - <version>3.1</version> - <exclusions> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> <groupId>com.google.inject</groupId> <artifactId>guice</artifactId> <version>3.0</version>
