Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C7FD9200BCF for ; Mon, 21 Nov 2016 06:12:59 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C76BA160B18; Mon, 21 Nov 2016 05:12:59 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 444EA160B07 for ; Mon, 21 Nov 2016 06:12:59 +0100 (CET) Received: (qmail 97309 invoked by uid 500); 21 Nov 2016 05:12:58 -0000 Mailing-List: contact commits-help@buildr.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@buildr.apache.org Delivered-To: mailing list commits@buildr.apache.org Received: (qmail 97298 invoked by uid 500); 21 Nov 2016 05:12:58 -0000 Delivered-To: apmail-incubator-buildr-commits@incubator.apache.org Received: (qmail 97293 invoked by uid 99); 21 Nov 2016 05:12:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Nov 2016 05:12:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 53CCA2C0AFA for ; Mon, 21 Nov 2016 05:12:58 +0000 (UTC) Date: Mon, 21 Nov 2016 05:12:58 +0000 (UTC) From: "Antoine Toulme (JIRA)" To: buildr-commits@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (BUILDR-274) Support dependency version ranges for transitive dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 21 Nov 2016 05:13:00 -0000 [ https://issues.apache.org/jira/browse/BUILDR-274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antoine Toulme resolved BUILDR-274. ----------------------------------- Resolution: Workaround > Support dependency version ranges for transitive dependencies > ------------------------------------------------------------- > > Key: BUILDR-274 > URL: https://issues.apache.org/jira/browse/BUILDR-274 > Project: Buildr > Issue Type: New Feature > Components: Dependency management > Reporter: Martin Grotzke > Fix For: Wish List > > > It seems that right now dependency version ranges as shown here [1] are not supported. > A version range is e.g. used by ehcache-web ([2]), so that when I use > transitive('net.sf.ehcache:ehcache-web:jar:1.6.0-beta2') > buildr fails with this error: > Failed to download net.sf.ehcache:ehcache:pom:[1.6.0-beta4,], tried the following repositories... > It would be great to have support for version ranges, otherwise some libs cannot be used with transitive(). > [1] http://www.sonatype.com/books/maven-book/reference/pom-relationships-sect-version-ranges.html > [2] http://repo1.maven.org/maven2/net/sf/ehcache/ehcache-web/1.6.0-beta2/ehcache-web-1.6.0-beta2.pom -- This message was sent by Atlassian JIRA (v6.3.4#6332)