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 2014/06/09 23:46:49 UTC

[2/2] git commit: ACCUMULO-2257 adding test from Vikram Srivastava's patch

ACCUMULO-2257 adding test from Vikram Srivastava's patch


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

Branch: refs/heads/master
Commit: 42c1e64f395bc15ba67acc6d2bb1110dc47fb695
Parents: dbb07f3
Author: Eric C. Newton <er...@gmail.com>
Authored: Mon Jun 9 17:46:15 2014 -0400
Committer: Eric C. Newton <er...@gmail.com>
Committed: Mon Jun 9 17:46:15 2014 -0400

----------------------------------------------------------------------
 server/tserver/pom.xml | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/42c1e64f/server/tserver/pom.xml
----------------------------------------------------------------------
diff --git a/server/tserver/pom.xml b/server/tserver/pom.xml
index 100bc2d..0687790 100644
--- a/server/tserver/pom.xml
+++ b/server/tserver/pom.xml
@@ -97,7 +97,26 @@
       <artifactId>easymock</artifactId>
       <scope>test</scope>
     </dependency>
+         <dependency>
+      <groupId>org.easymock</groupId>
+      <artifactId>easymock</artifactId>
+      <scope>test</scope>
+    </dependency>
     <dependency>
+      <groupId>org.powermock</groupId>
+      <artifactId>powermock-api-easymock</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.powermock</groupId>
+      <artifactId>powermock-core</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.powermock</groupId>
+      <artifactId>powermock-module-junit4</artifactId>
+      <scope>test</scope>
+    </dependency><dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
       <scope>test</scope>