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/13 05:15:24 UTC

[hbase] branch branch-2.0 updated: Revert "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 37f7ba8  Revert "HBASE-22029 RESTApiClusterManager.java:[250,48] cannot find symbol in hbase-it"
37f7ba8 is described below

commit 37f7ba83bec3338c9f98ac5cefcf2c9212e08998
Author: stack <st...@apache.org>
AuthorDate: Tue Mar 12 22:15:08 2019 -0700

    Revert "HBASE-22029 RESTApiClusterManager.java:[250,48] cannot find symbol in hbase-it"
    
    This reverts commit 7aa5ae26ebcc01d214840e4f6efb0a936843aec5.
---
 hbase-it/pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/hbase-it/pom.xml b/hbase-it/pom.xml
index a1c7a47..5b44e9c 100644
--- a/hbase-it/pom.xml
+++ b/hbase-it/pom.xml
@@ -278,10 +278,6 @@
       <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>