Return-Path: X-Original-To: apmail-maven-users-archive@www.apache.org Delivered-To: apmail-maven-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AEBBA108EA for ; Wed, 15 Jan 2014 00:48:14 +0000 (UTC) Received: (qmail 45730 invoked by uid 500); 15 Jan 2014 00:48:10 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 45594 invoked by uid 500); 15 Jan 2014 00:48:10 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 45585 invoked by uid 99); 15 Jan 2014 00:48:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jan 2014 00:48:09 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of waynefay@gmail.com designates 209.85.220.41 as permitted sender) Received: from [209.85.220.41] (HELO mail-pa0-f41.google.com) (209.85.220.41) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jan 2014 00:48:03 +0000 Received: by mail-pa0-f41.google.com with SMTP id fb1so387018pad.14 for ; Tue, 14 Jan 2014 16:47:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=o8BO0snOvFS0cH1VcU7LkXNbjp8cMC4Le7sJ1php894=; b=Wh7QjU8UcaZls2lrg7JJDFxMyNFgsMftlbBh4iqfKwJqII6zz7jh7Wxi8IaZTfLk2X sLcMAUsFk13jvnjopQ3eUPpDn6CzBk7TpOWRrRdkkw+p46rehzTyfbnCj5A/W5ITAc6Z mf2Px0hysdtmuFluXIaswVFlrRefH9nP6zVyD+ZGu+Wf+Kafjft2YpCjETQtbQNEnoiP WG6H38Ys9+IutLMO+YaBTMG+Qo/KLp5iXwH8L+JaINJZKqXDwqWUWpsBIf7cSLIhyZKg 18HnHu0sed1Zni+W7W9GXKC6eEhPa8b6jcymWUJqReWOApydQWK/VHwGTq5gX2js5ABB CmGg== MIME-Version: 1.0 X-Received: by 10.68.197.99 with SMTP id it3mr5051983pbc.37.1389746861834; Tue, 14 Jan 2014 16:47:41 -0800 (PST) Received: by 10.68.192.71 with HTTP; Tue, 14 Jan 2014 16:47:41 -0800 (PST) In-Reply-To: References: Date: Tue, 14 Jan 2014 18:47:41 -0600 Message-ID: Subject: Re: Is it possible to deliberately have two dependencies with the same groupid, artifactid, and packaging, but different version? From: Wayne Fay To: Maven Users List Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org > I haven't heard anyone confirm conclusively that this will not work, so up > to now it appears to just be an opinion that there's something wrong with > this approach. Let me make it perfectly clear for you then: This will not work. Maven will resolve both dependencies with the same GA and different Vs into a single GAV. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org