You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2019/07/05 12:17:41 UTC

[GitHub] [hbase] meszibalu opened a new pull request #360: HBASE-15666 shaded dependencies for hbase-testing-util

meszibalu opened a new pull request #360: HBASE-15666 shaded dependencies for hbase-testing-util
URL: https://github.com/apache/hbase/pull/360
 
 
   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>
   
   Added hbase-shaded-testing-util-tester maven module which ensures
   that hbase-shaded-testing-util works with a shaded client.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services