You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by an...@apache.org on 2018/01/11 08:28:34 UTC

phoenix git commit: PHOENIX-4527 Update dependencies for phoenix-spark tests

Repository: phoenix
Updated Branches:
  refs/heads/5.x-HBase-2.0 1256e293a -> 334bbc36b


PHOENIX-4527 Update dependencies for phoenix-spark tests


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/334bbc36
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/334bbc36
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/334bbc36

Branch: refs/heads/5.x-HBase-2.0
Commit: 334bbc36b9f4263ef592aa967b1c83a4f5551aea
Parents: 1256e29
Author: Ankit Singhal <an...@gmail.com>
Authored: Thu Jan 11 13:58:22 2018 +0530
Committer: Ankit Singhal <an...@gmail.com>
Committed: Thu Jan 11 13:58:22 2018 +0530

----------------------------------------------------------------------
 phoenix-spark/pom.xml | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/334bbc36/phoenix-spark/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-spark/pom.xml b/phoenix-spark/pom.xml
index d6ad4d5..18bd6b5 100644
--- a/phoenix-spark/pom.xml
+++ b/phoenix-spark/pom.xml
@@ -47,7 +47,7 @@
     <dependency>
       <groupId>javax.servlet</groupId>
       <artifactId>javax.servlet-api</artifactId>
-      <version>3.0.1</version>
+      <version>3.1.0</version>
       <scope>test</scope>
     </dependency>
 
@@ -100,6 +100,10 @@
     </dependency>
 
     <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-all</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-client</artifactId>
       <version>${hadoop.version}</version>
@@ -230,7 +234,12 @@
         </exclusion>
       </exclusions>
     </dependency>
-
+    <dependency>
+      <groupId>org.apache.hbase</groupId>
+      <artifactId>hbase-testing-util</artifactId>
+      <scope>test</scope>
+      <optional>true</optional>
+    </dependency>
     <dependency>
       <groupId>org.apache.hbase</groupId>
       <artifactId>hbase-client</artifactId>