Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.6.0
-
None
Description
The scope for JUnit & mockito in hadoop-openstack is "compile", which means it ends up on the downstream classpath unless excluded.
it should be "provided", which was the original intent