busbey commented on a change in pull request #604: HBASE-23007
UnsatisfiedLinkError when using hbase-shaded packages under linux
URL: https://github.com/apache/hbase/pull/604#discussion_r322842506
##########
File path: hbase-shaded/hbase-shaded-testing-util/pom.xml
##########
@@ -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>
Review comment:
the jackson-mapper-asl dependency in the `hbase-shaded-testing-util-tester`
module should be removed now I think?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services