You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Tamas Cservenak (Jira)" <ji...@apache.org> on 2023/02/16 12:30:00 UTC

[jira] [Commented] (MRESOLVER-235) Managed dependencies are not honoured when resolving a dependency graph

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

Tamas Cservenak commented on MRESOLVER-235:
-------------------------------------------

Resolver has 3 DependencyManager implementations: "classic" (so far all Maven 3+ versions used it), "transitive" (almost same as "classic" sans the 2 depth thing) and "default" (unsure about the intent here).

The issue PR would modify the "classic" depMgr, while it would then become (almost) same as "transitive" is. Hence, am rejecting the PR, and the issue altogether, as to me this seems like just a need for another depMgr exposed in Maven?

> Managed dependencies are not honoured when resolving a dependency graph
> -----------------------------------------------------------------------
>
>                 Key: MRESOLVER-235
>                 URL: https://issues.apache.org/jira/browse/MRESOLVER-235
>             Project: Maven Resolver
>          Issue Type: Bug
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>            Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)