Author: enis
Date: Fri Oct 18 00:29:34 2013
New Revision: 1533297
URL: http://svn.apache.org/r1533297
Log:
HBASE-9798 Include dependency hamcrest-core
Modified:
hbase/trunk/pom.xml
Modified: hbase/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/hbase/trunk/pom.xml?rev=1533297&r1=1533296&r2=1533297&view=diff
==============================================================================
--- hbase/trunk/pom.xml (original)
+++ hbase/trunk/pom.xml Fri Oct 18 00:29:34 2013
@@ -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>