ndimiduk commented on a change in pull request #1020: HBASE-23653 Expose 
content of meta table in web ui
URL: https://github.com/apache/hbase/pull/1020#discussion_r366091518
 
 

 ##########
 File path: hbase-server/pom.xml
 ##########
 @@ -436,6 +436,11 @@
       <artifactId>hamcrest-core</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.hamcrest</groupId>
+      <artifactId>hamcrest-library</artifactId>
 
 Review comment:
   That's where the collection matchers live. See the test where I make 
assertions over the contents of lists using the `contains` method. That comes 
from the library. In reality, all the useful stuff for Hamcrest comes out of 
the `Matchers` class provided by hamcrest-library.

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