Skip to content

Commit 63db1d6

Browse files
meszibalubusbey
authored andcommitted
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 <[email protected]>
1 parent 4ca760f commit 63db1d6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

hbase-shaded/hbase-shaded-testing-util/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,9 @@
133133
</dependency>
134134
<dependency>
135135
<groupId>org.codehaus.jackson</groupId>
136-
<artifactId>jackson-mapper-asl</artifactId>
136+
<artifactId>jackson-jaxrs</artifactId>
137137
<version>1.9.13</version>
138-
<scope>test</scope>
138+
<scope>compile</scope>
139139
</dependency>
140140

141141
<dependency>

hbase-shaded/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,8 +441,8 @@
441441

442442
<!-- top level net-->
443443
<relocation>
444-
<pattern>net</pattern>
445-
<shadedPattern>${shaded.prefix}.net</shadedPattern>
444+
<pattern>net/</pattern>
445+
<shadedPattern>${shaded.prefix}.net.</shadedPattern>
446446
</relocation>
447447

448448
</relocations>

0 commit comments

Comments
 (0)