You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "Avery Ching (JIRA)" <ji...@apache.org> on 2013/11/24 06:07:38 UTC

[jira] [Commented] (GIRAPH-802) error while building: Found a problem with the dependency commons-logging:commons-logging

    [ 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)