ACCUMULO-2453 Add in commons-httpclient test dependency
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/4a05a17d Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/4a05a17d Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/4a05a17d Branch: refs/heads/master Commit: 4a05a17deb36924a126c3e04894fb34b65910565 Parents: c1964b2 Author: Josh Elser <els...@apache.org> Authored: Thu Mar 27 13:04:31 2014 -0700 Committer: Josh Elser <els...@apache.org> Committed: Thu Mar 27 13:04:31 2014 -0700 ---------------------------------------------------------------------- test/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/4a05a17d/test/pom.xml ---------------------------------------------------------------------- diff --git a/test/pom.xml b/test/pom.xml index bf0a3f8..ad60054 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -142,6 +142,11 @@ </properties> <dependencies> <dependency> + <groupId>commons-httpclient</groupId> + <artifactId>commons-httpclient</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-tools</artifactId> <scope>test</scope> @@ -161,6 +166,11 @@ </activation> <dependencies> <dependency> + <groupId>commons-httpclient</groupId> + <artifactId>commons-httpclient</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-tools</artifactId> <scope>test</scope>