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 <busbey@apache.org>
(cherry picked from commit 63db1d69a1)
This commit is contained in:
Balazs Meszaros 2019-09-10 19:24:38 +02:00 committed by Sean Busbey
parent 1c0ee31809
commit 3f84591439
1 changed files with 6 additions and 0 deletions

View File

@ -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>