You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2013/12/12 23:57:28 UTC

git commit: ACCUMULO-2009 add commons-httpclient as a test dependency

Updated Branches:
  refs/heads/1.6.0-SNAPSHOT c04c9de7f -> 7f37d96c3


ACCUMULO-2009 add commons-httpclient as a test dependency


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/7f37d96c
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/7f37d96c
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/7f37d96c

Branch: refs/heads/1.6.0-SNAPSHOT
Commit: 7f37d96c33df2a0a13aa868c55c32444920f6a90
Parents: c04c9de
Author: Eric Newton <er...@gmail.com>
Authored: Thu Dec 12 17:56:33 2013 -0500
Committer: Eric Newton <er...@gmail.com>
Committed: Thu Dec 12 17:57:00 2013 -0500

----------------------------------------------------------------------
 test/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/7f37d96c/test/pom.xml
----------------------------------------------------------------------
diff --git a/test/pom.xml b/test/pom.xml
index 3695c91..c48aa7a 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -132,6 +132,11 @@
       <scope>test</scope>
     </dependency>
     <dependency>
+      <groupId>commons-httpclient</groupId>
+      <artifactId>commons-httpclient</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>