Skip to content

Commit

Permalink
HBASE-23007 UnsatisfiedLinkError when using hbase-shaded packages und…
Browse files Browse the repository at this point in the history
…er 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 63db1d6)
  • Loading branch information
meszibalu authored and busbey committed Sep 10, 2019
1 parent 1c0ee31 commit 3f84591
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hbase-shaded/hbase-shaded-testing-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 3f84591

Please sign in to comment.