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