[
https://issues.apache.org/jira/browse/GIRAPH-802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13830859#comment-13830859
]
Avery Ching commented on GIRAPH-802:
------------------------------------
You'll have to fix the dependency by figuring out with version to use. (i.e.
you could upgrade commons-logging to 1.1.1 for the giraph_1.0 profile.
If you don't want to deal with this you can add
<!-- TODO: add this check eventually -->
<project.enforcer.skip>true</project.enforcer.skip>
which ignores the dependency checks, but the issue is that you may be runtime
errors since you have two different versions of the library you are depending
on.
> error while building: Found a problem with the dependency
> commons-logging:commons-logging
> -----------------------------------------------------------------------------------------
>
> Key: GIRAPH-802
> URL: https://issues.apache.org/jira/browse/GIRAPH-802
> Project: Giraph
> Issue Type: Bug
> Reporter: Armando Miraglia
>
> While testing the new Rexster patch, I realized that after the last changes
> to the pom files, something is wrong. When compiling with the standard
> profile, everything works properly. When compiling with -Phadoop_1.0 this is
> the error that pops up:
> [ERROR] Found a problem with the dependency commons-logging:commons-logging
> Resolved version is 1.0.4
> Version 1.1.1 was expected by artifact: org.apache.hadoop:hadoop-core
--
This message was sent by Atlassian JIRA
(v6.1#6144)