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

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


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

commit 70c1f3f16a7dff0d354de15d348899ae5a6e6fa5
Author: Balazs Meszaros <balazs.mesza...@cloudera.com>
AuthorDate: Tue Sep 10 19:24:38 2019 +0200

    HBASE-23007 UnsatisfiedLinkError when using hbase-shaded packages under 
linux (#604)
    
    * Relocation rule "net" has been changed to "net/" because "netty"
    matches the former rule.
    * Added jackson dependencies for WebHdfs.
    
    Signed-off-by: Sean Busbey <bus...@apache.org>
    (cherry picked from commit 63db1d69a1d6f05731d8593228d6bd561419a3e0)
---
 hbase-shaded/hbase-shaded-testing-util/pom.xml | 4 ++--
 hbase-shaded/pom.xml                           | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/hbase-shaded/hbase-shaded-testing-util/pom.xml 
b/hbase-shaded/hbase-shaded-testing-util/pom.xml
index 823a06c..e74b3a5 100644
--- a/hbase-shaded/hbase-shaded-testing-util/pom.xml
+++ b/hbase-shaded/hbase-shaded-testing-util/pom.xml
@@ -133,9 +133,9 @@
         </dependency>
         <dependency>
             <groupId>org.codehaus.jackson</groupId>
-            <artifactId>jackson-mapper-asl</artifactId>
+            <artifactId>jackson-jaxrs</artifactId>
             <version>1.9.13</version>
-            <scope>test</scope>
+            <scope>compile</scope>
         </dependency>
 
         <dependency>
diff --git a/hbase-shaded/pom.xml b/hbase-shaded/pom.xml
index fbeef1b..6c4a8c2 100644
--- a/hbase-shaded/pom.xml
+++ b/hbase-shaded/pom.xml
@@ -430,8 +430,8 @@
 
                                     <!-- top level net-->
                                     <relocation>
-                                        <pattern>net</pattern>
-                                        
<shadedPattern>${shaded.prefix}.net</shadedPattern>
+                                        <pattern>net/</pattern>
+                                        
<shadedPattern>${shaded.prefix}.net.</shadedPattern>
                                     </relocation>
 
                                 </relocations>

Reply via email to