[
https://issues.apache.org/jira/browse/HBASE-22029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16791303#comment-16791303
]
stack commented on HBASE-22029:
-------------------------------
Meantime, I reverted the patch I pushed on branch-2.0 that I thought would help
w/ this error:
{code}
kalashnikov:hbase.git stack$ git show -1
commit 37f7ba83bec3338c9f98ac5cefcf2c9212e08998 (HEAD -> 2.0, origin/branch-2.0)
Author: stack <[email protected]>
Date: 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.
diff --git a/hbase-it/pom.xml b/hbase-it/pom.xml
index a1c7a47c01..5b44e9cba0 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>
{code}
> RESTApiClusterManager.java:[250,48] cannot find symbol in hbase-it
> ------------------------------------------------------------------
>
> Key: HBASE-22029
> URL: https://issues.apache.org/jira/browse/HBASE-22029
> Project: HBase
> Issue Type: Sub-task
> Reporter: stack
> Priority: Major
>
> I get this doing a RM build. Can't repro elsewhere.
> Picking up an old jaxrs? See
> https://stackoverflow.com/questions/34679773/extract-string-from-javax-response
> Let me try adding explicit dependency.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)