You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2023/05/13 01:11:53 UTC

[hbase] 02/02: HBASE-27860 Fix build error against Hadoop 3.3.5 (#5233)

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

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

commit 9198494aa4c5aed47ae56df3eb30b6c371c418a0
Author: Shuhei Yamasaki <ya...@oss.nttdata.com>
AuthorDate: Sat May 13 09:56:37 2023 +0900

    HBASE-27860 Fix build error against Hadoop 3.3.5 (#5233)
    
    Add packages for hadoop-3.3.5
    
    Signed-off-by: Duo Zhang <zh...@apache.org>
    (cherry picked from commit bee09bbd61e077fd398cd534ed28e2305a66c85c)
---
 hbase-shaded/pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/hbase-shaded/pom.xml b/hbase-shaded/pom.xml
index 89447f3a599..85943124f13 100644
--- a/hbase-shaded/pom.xml
+++ b/hbase-shaded/pom.xml
@@ -124,6 +124,18 @@
                 </artifactSet>
                 <relocations>
                   <!-- top level com not including sun-->
+                  <relocation>
+                    <pattern>com.sun.istack</pattern>
+                    <shadedPattern>${shaded.prefix}.com.sun.istack</shadedPattern>
+                  </relocation>
+                  <relocation>
+                    <pattern>com.sun.jersey</pattern>
+                    <shadedPattern>${shaded.prefix}.com.sun.jersey</shadedPattern>
+                  </relocation>
+                  <relocation>
+                    <pattern>com.sun.xml</pattern>
+                    <shadedPattern>${shaded.prefix}.com.sun.xml</shadedPattern>
+                  </relocation>
                   <relocation>
                     <pattern>com.cedarsoftware</pattern>
                     <shadedPattern>${shaded.prefix}.com.cedarsoftware</shadedPattern>