You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Guillaume Boué (JIRA)" <ji...@apache.org> on 2016/10/02 01:43:20 UTC

[jira] [Closed] (MJAVADOC-472) Conflicting dependency of plexus-utils are used

     [ https://issues.apache.org/jira/browse/MJAVADOC-472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Boué closed MJAVADOC-472.
-----------------------------------
    Resolution: Fixed

> Conflicting dependency of plexus-utils are used
> -----------------------------------------------
>
>                 Key: MJAVADOC-472
>                 URL: https://issues.apache.org/jira/browse/MJAVADOC-472
>             Project: Maven Javadoc Plugin
>          Issue Type: Bug
>    Affects Versions: 2.10.4
>            Reporter: Guillaume Boué
>            Assignee: Guillaume Boué
>             Fix For: 3.0.0
>
>
> Tthe dependency
> {noformat}
> <dependency>
>   <groupId>org.codehaus.plexus</groupId>
>   <artifactId>plexus-interactivity-api</artifactId>
>   <version>1.0-alpha-4</version>
> </dependency>
> {noformat}
> has a transitive dependency on {{plexus:plexus-utils:1.0.2}} which conflicts with the dependency on {{org.codehaus.plexus:plexus-utils:3.0.24}} used by the project. Since the group ids are different, it isn't resolved automatically by Maven.
> The dependency {{plexus:plexus-utils}} needs to be excluded from {{plexus-interactivity-api}} to resolve the conflict. This is only used to get the user input from the {{fix}} mojo, and that code doesn't use any specific {{plexus-utils}} 1.0.2 API, so it is safe to do.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)