HBASE-9798 Include dependency hamcrest-core

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1533297 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Enis Soztutar 2013-10-18 00:29:34 +00:00
parent c476b4bd87
commit 2082bd4967

View File

@ -1336,12 +1336,6 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<exclusions>
<exclusion>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.mockito</groupId>