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

Olivier Lamy commented on MJAVADOC-472:
---------------------------------------

This project has moved from Jira to GitHub Issues. This issue was migrated to 
[apache/maven-javadoc-plugin#767|https://github.com/apache/maven-javadoc-plugin/issues/767].
 

> Conflicting dependency of plexus-utils are used
> -----------------------------------------------
>
>                 Key: MJAVADOC-472
>                 URL: https://issues.apache.org/jira/browse/MJAVADOC-472
>             Project: Maven Javadoc Plugin (Moved to GitHub Issues)
>          Issue Type: Bug
>    Affects Versions: 2.10.4
>            Reporter: Guillaume Boué
>            Assignee: Guillaume Boué
>            Priority: Major
>             Fix For: 3.0.0-M1, 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
(v8.20.10#820010)

Reply via email to