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/03 13:56:47 UTC

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

meszibalu opened a new pull request #356: HBASE-15666 shaded dependencies for hbase-testing-util
URL: https://github.com/apache/hbase/pull/356
 
 
   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>

----------------------------------------------------------------
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