Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 75957 invoked from network); 27 Mar 2008 18:06:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Mar 2008 18:06:08 -0000 Received: (qmail 14837 invoked by uid 500); 27 Mar 2008 18:06:06 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 14817 invoked by uid 500); 27 Mar 2008 18:06:06 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 14808 invoked by uid 99); 27 Mar 2008 18:06:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Mar 2008 11:06:06 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of Andreas.Guther@markettools.com designates 72.5.112.150 as permitted sender) Received: from [72.5.112.150] (HELO mail.markettools.com) (72.5.112.150) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Mar 2008 18:05:11 +0000 Received: from WDCCPMAIL01.markettools.com ([10.64.64.33]) by mail.markettools.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 27 Mar 2008 11:05:28 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C89035.071C11E9" Subject: Snapshot dependency in released ActiveMQ 5.0.0 must be removed Date: Thu, 27 Mar 2008 11:04:37 -0700 Message-ID: <3FB08D6A21B3EC4D8749EF6D9E62627802ADC6AC@WDCCPMAIL01.markettools.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Snapshot dependency in released ActiveMQ 5.0.0 must be removed Thread-Index: AciQNQV001RpOiYXRuW2xfdaiLILtw== From: "Andreas Guther" To: X-OriginalArrivalTime: 27 Mar 2008 18:05:28.0684 (UTC) FILETIME=[23B5C2C0:01C89035] X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C89035.071C11E9 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I moved this morning to ActiveMQ 5.0.0 and encountered problems with the dependency on org.apache.activemq:activeio-core:jar:3.1-SNAPSHOT. This led me to the following thread: http://www.mail-archive.com/users@activemq.apache.org/msg04738.html =20 Using the exclusion fixed my problem. But I what I found disturbing is the dependency of a released version on SNAPSHOTS. This in my eyes not acceptable and anyone who uses the Maven release process will not be able to release the application since a build will be refused if any SNAPSHOT dependency is detected. This makes totally sense since a SNAPSHOT is consider as un unstable version and as we can see might disappear any time. =20 I think that the dependency needs to be fixed in ActiveMQ 5.0.x as soon as possible. =20 Andreas =20 ------_=_NextPart_001_01C89035.071C11E9--