You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by en...@apache.org on 2013/10/18 02:30:04 UTC

svn commit: r1533298 - /hbase/branches/0.96/pom.xml

Author: enis
Date: Fri Oct 18 00:30:03 2013
New Revision: 1533298

URL: http://svn.apache.org/r1533298
Log:
HBASE-9798 Include dependency hamcrest-core

Modified:
    hbase/branches/0.96/pom.xml

Modified: hbase/branches/0.96/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.96/pom.xml?rev=1533298&r1=1533297&r2=1533298&view=diff
==============================================================================
--- hbase/branches/0.96/pom.xml (original)
+++ hbase/branches/0.96/pom.xml Fri Oct 18 00:30:03 2013
@@ -1307,12 +1307,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>