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 <busbey@apache.org>
(cherry picked from commit 63db1d69a1
)
This commit is contained in:
parent
7d90ff088b
commit
70c1f3f16a
|
@ -133,9 +133,9 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.codehaus.jackson</groupId>
|
<groupId>org.codehaus.jackson</groupId>
|
||||||
<artifactId>jackson-mapper-asl</artifactId>
|
<artifactId>jackson-jaxrs</artifactId>
|
||||||
<version>1.9.13</version>
|
<version>1.9.13</version>
|
||||||
<scope>test</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
|
@ -430,8 +430,8 @@
|
||||||
|
|
||||||
<!-- top level net-->
|
<!-- top level net-->
|
||||||
<relocation>
|
<relocation>
|
||||||
<pattern>net</pattern>
|
<pattern>net/</pattern>
|
||||||
<shadedPattern>${shaded.prefix}.net</shadedPattern>
|
<shadedPattern>${shaded.prefix}.net.</shadedPattern>
|
||||||
</relocation>
|
</relocation>
|
||||||
|
|
||||||
</relocations>
|
</relocations>
|
||||||
|
|
Loading…
Reference in New Issue