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

[hbase] branch branch-1.4 updated: HBASE-23007 UnsatisfiedLinkError when using hbase-shaded packages under linux (#604)

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

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


The following commit(s) were added to refs/heads/branch-1.4 by this push:
     new 6d47ca5  HBASE-23007 UnsatisfiedLinkError when using hbase-shaded packages under linux (#604)
6d47ca5 is described below

commit 6d47ca5cb20babe8ac23a834d03f35b0bf8406ba
Author: Balazs Meszaros <ba...@cloudera.com>
AuthorDate: Tue Sep 10 19:24:38 2019 +0200

    HBASE-23007 UnsatisfiedLinkError when using hbase-shaded packages under linux (#604)
    
    * Added jackson dependencies for WebHdfs.
    
    (Differs from branch-2 because we didn't have a bare relocation rule for "net" here)
    
    Signed-off-by: Sean Busbey <bu...@apache.org>
    (cherry picked from commit 63db1d69a1d6f05731d8593228d6bd561419a3e0)
    (cherry picked from commit 3f8459143923d80291b51deb79ce54a3df811022)
---
 hbase-shaded/hbase-shaded-testing-util/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/hbase-shaded/hbase-shaded-testing-util/pom.xml b/hbase-shaded/hbase-shaded-testing-util/pom.xml
index 2cd60a6..5cce091 100644
--- a/hbase-shaded/hbase-shaded-testing-util/pom.xml
+++ b/hbase-shaded/hbase-shaded-testing-util/pom.xml
@@ -146,6 +146,12 @@
             <type>test-jar</type>
             <scope>compile</scope>
         </dependency>
+        <dependency>
+            <groupId>org.codehaus.jackson</groupId>
+            <artifactId>jackson-jaxrs</artifactId>
+            <version>1.9.13</version>
+            <scope>compile</scope>
+        </dependency>
 
         <dependency>
             <groupId>org.apache.hbase</groupId>