You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Michael Wall (JIRA)" <ji...@apache.org> on 2017/03/02 16:13:45 UTC

[jira] [Commented] (ACCUMULO-762) Enforce dependency management

    [ https://issues.apache.org/jira/browse/ACCUMULO-762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15892484#comment-15892484 ] 

Michael Wall commented on ACCUMULO-762:
---------------------------------------

Turning this on, one of the first things I am hit this is this
{noformat}
[WARNING] 
Dependency convergence error for org.objenesis:objenesis:1.2 paths to dependency are:
+-org.apache.accumulo:accumulo-start:1.7.3-SNAPSHOT
  +-org.easymock:easymock:3.1
    +-org.objenesis:objenesis:1.2
and
+-org.apache.accumulo:accumulo-start:1.7.3-SNAPSHOT
  +-org.powermock:powermock-reflect:1.6.4
    +-org.objenesis:objenesis:2.1
{noformat}

According to this page (https://github.com/powermock/powermock/wiki/EasyMock) EasyMock 3.1 and Powermock 1.6.4 are not supported.  Going to try moving EasyMock to 3.4+


> Enforce dependency management
> -----------------------------
>
>                 Key: ACCUMULO-762
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-762
>             Project: Accumulo
>          Issue Type: Task
>          Components: build
>            Reporter: Christopher Tubbs
>            Assignee: Michael Wall
>              Labels: convergence, dependency, maven
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Maven enforcer plugin, which Accumulo already uses, has the ability to enforce dependency convergence. This is extremely useful for addressing problems with multiple versions of dependencies being pulled in to the project, or incompatibilities between versions.
> Accumulo should add the dependency convergence rule to the enforcer plugin config.
> See also: http://maven.apache.org/enforcer/enforcer-rules/dependencyConvergence.html



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)