Return-Path: X-Original-To: apmail-maven-dev-archive@www.apache.org Delivered-To: apmail-maven-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BF6CA1828A for ; Mon, 14 Dec 2015 07:58:44 +0000 (UTC) Received: (qmail 50105 invoked by uid 500); 14 Dec 2015 07:58:44 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 50026 invoked by uid 500); 14 Dec 2015 07:58:44 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 50010 invoked by uid 99); 14 Dec 2015 07:58:43 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Dec 2015 07:58:43 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C90E7DFC8E; Mon, 14 Dec 2015 07:58:43 +0000 (UTC) From: akacme To: dev@maven.apache.org Reply-To: dev@maven.apache.org Message-ID: Subject: [GitHub] maven pull request: [MNG-5947] dependencyManagement import section... Content-Type: text/plain Date: Mon, 14 Dec 2015 07:58:43 +0000 (UTC) GitHub user akacme opened a pull request: https://github.com/apache/maven/pull/74 [MNG-5947] dependencyManagement import section does not resolve dependencies using "nearest" definition o DepenencyManagement model updated to contain declared dependencies and imported dependency managements o DefaultModelBuilder responsible for filling updated DependencyManagement model o DefaultDepenendcyManagementImporter uses graph of dependencyManagement imports to properly find depth of a dependency in a tree and use "nearest" version (instead of first match) You can merge this pull request into a Git repository by running: $ git pull https://github.com/akacme/maven MNG-5947-fix Alternatively you can review and apply these changes as the patch at: https://github.com/apache/maven/pull/74.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #74 ---- commit 43e905229c9a046d4e601f697a71d616c35f0a6c Author: Michal Kowalcze Date: 2015-12-14T07:19:33Z [MNG-5947] dependencyManagement import section does not resolve dependencies using "nearest" definition o DepenencyManagement model updated to contain declared dependencies and imported dependency managements o DefaultModelBuilder responsible for filling updated DependencyManagement model o DefaultDepenendcyManagementImporter uses graph of dependencyManagement imports to properly find depth of a dependency in a tree and use "nearest" version (instead of first match) ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org