Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
HADOOP-15406 marked mockito and junit as test-only dependencies which, I believe, has stopped them from being included in a stock Hadoop classpath. Prior, you'd get hamcrest at share/hadoop/common/lib/hamcrest-core-1.3.jar
However, we depend on it being there for our junit in hbase-it:
[INFO] --- maven-dependency-plugin:3.0.1:tree (default-cli) @ hbase-it --- [INFO] org.apache.hbase:hbase-it:jar:2.0.1-SNAPSHOT [INFO] +- junit:junit:jar:4.12:test [INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
We need to make sure we include it.