You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2019/03/11 13:49:09 UTC

[hbase] branch branch-2.0 updated: HBASE-22029 RESTApiClusterManager.java:[250, 48] cannot find symbol in hbase-it

This is an automated email from the ASF dual-hosted git repository.

stack pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new 7aa5ae2  HBASE-22029 RESTApiClusterManager.java:[250,48] cannot find symbol in hbase-it
7aa5ae2 is described below

commit 7aa5ae26ebcc01d214840e4f6efb0a936843aec5
Author: stack <st...@apache.org>
AuthorDate: Mon Mar 11 06:48:28 2019 -0700

    HBASE-22029 RESTApiClusterManager.java:[250,48] cannot find symbol in hbase-it
---
 hbase-it/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/hbase-it/pom.xml b/hbase-it/pom.xml
index 5b44e9c..a1c7a47 100644
--- a/hbase-it/pom.xml
+++ b/hbase-it/pom.xml
@@ -278,6 +278,10 @@
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
     </dependency>
+    <dependency>
+      <groupId>com.fasterxml.jackson.jaxrs</groupId>
+      <artifactId>jackson-jaxrs-json-provider</artifactId>
+    </dependency>
   </dependencies>
 
   <profiles>