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:
[email protected]


With regards,
Apache Git Services

Reply via email to