Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.2-alpha
-
None
-
Reviewed
Description
commons-logging/commons-lang/commons-cli/commons-codec/guava should be defined with provided scope as they are used directly by mapreduce.
While Maven gets them transitively from hadoop-common (also provided), not being there makes IntelliJ to break (it seems intellij does not do a transitive closure with provided dependencies)