Skip to content

Commit 3f84591

Browse files
meszibalubusbey
authored andcommitted
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 63db1d6)
1 parent 1c0ee31 commit 3f84591

File tree

1 file changed

+6
-0
lines changed
  • hbase-shaded/hbase-shaded-testing-util

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,12 @@
146146
<type>test-jar</type>
147147
<scope>compile</scope>
148148
</dependency>
149+
<dependency>
150+
<groupId>org.codehaus.jackson</groupId>
151+
<artifactId>jackson-jaxrs</artifactId>
152+
<version>1.9.13</version>
153+
<scope>compile</scope>
154+
</dependency>
149155

150156
<dependency>
151157
<groupId>org.apache.hbase</groupId>

0 commit comments

Comments
 (0)