[
https://issues.apache.org/jira/browse/HADOOP-12868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15204218#comment-15204218
]
Masatake Iwasaki commented on HADOOP-12868:
-------------------------------------------
{noformat}
[WARNING] Used undeclared dependencies found:
[WARNING] commons-logging:commons-logging:jar:1.1.3:compile
[WARNING] org.apache.hadoop:hadoop-annotations:jar:3.0.0-SNAPSHOT:compile
[WARNING] Unused declared dependencies found:
[WARNING] commons-io:commons-io:jar:2.4:compile
[WARNING] org.mockito:mockito-all:jar:1.8.5:provided
[WARNING] com.google.guava:guava:jar:11.0.2:test
{noformat}
I attached a patch to fix issues reported by {{mvn dependency:analyze}}.
> hadoop-openstack's pom has missing and unused dependencies
> ----------------------------------------------------------
>
> Key: HADOOP-12868
> URL: https://issues.apache.org/jira/browse/HADOOP-12868
> Project: Hadoop Common
> Issue Type: Improvement
> Components: tools
> Affects Versions: 3.0.0
> Reporter: Allen Wittenauer
> Priority: Blocker
> Attachments: HADOOP-12868.001.patch
>
>
> Attempting to compile openstack on a fairly fresh maven repo fails due to
> commons-httpclient not being a declared dependency. After that is fixed,
> doing a maven dependency:analyze shows other problems.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)