Commit Graph

2 Commits

Author SHA1 Message Date
Viraj Jasani 4b34d24f7a
HBASE-22728 Jackson dependency cleanup and moving to Jackson2
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2019-08-15 18:32:36 -07:00
Balazs Meszaros bac539e333 HBASE-15666 shaded dependencies for hbase-testing-util
Added new artifact hbase-shaded-testing-util. It wraps a whole hbase-server
with its testing dependencies. Users should use only the following dependency
in pom:

<dependency>
  <groupId>org.apache.hbase</groupId>
  <artifactId>hbase-shaded-testing-util</artifactId>
  <version>${hbase.version}</version>
  <scope>test</scope>
</dependency>

hbase-shaded-testing-util-tester maven module is added which ensures hbase-shaded-testing-util works with a shaded client.

Signed-off-by: Sean Busbey <busbey@apache.org>
2019-07-15 11:59:52 +02:00