Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-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 0E422D646 for ; Mon, 27 Aug 2012 19:19:51 +0000 (UTC) Received: (qmail 10263 invoked by uid 500); 27 Aug 2012 19:19:50 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 10232 invoked by uid 500); 27 Aug 2012 19:19:50 -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 10224 invoked by uid 99); 27 Aug 2012 19:19:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Aug 2012 19:19:50 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lorber.sebastien@gmail.com designates 209.85.216.171 as permitted sender) Received: from [209.85.216.171] (HELO mail-qc0-f171.google.com) (209.85.216.171) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Aug 2012 19:19:44 +0000 Received: by qcad1 with SMTP id d1so2096975qca.2 for ; Mon, 27 Aug 2012 12:19:23 -0700 (PDT) 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=1VkkBslX1g/LyewBOxehwgU2O3ducBAtw1MeqOPcaYo=; b=Ay2Vlciv54Oppmjt5keJHY4swyzL11jCyG6ZiFZK9W9zKcXeQrPvEFESP0T1AqjYY3 niojGinpYy+pbcVaKRFwuFYlgOxkPOa0gHrgAHsiwGh8u6hWpJDBt7JuG8LA6PByQX+1 Qo51M43AbeUFKWe92jPRl7M3LfZGymih0eF7vYT7kM/0RfaMWs2Y9Vr/PxxiGkVs+B9w /ByvnNIlgpJYzo+ZbLK5OdWbW93TTyHbZEEwifpPC2XfoNnVjAd+P83LPk2a1JaQcSUY kz6Sn1wKNcGRs/mUWZhrVVfJwh8L2CsYT/+qIaBA+HldxS+XjgMGARyBfSpAXCwQ+7iy UFXA== MIME-Version: 1.0 Received: by 10.224.42.17 with SMTP id q17mr10385132qae.11.1346095163329; Mon, 27 Aug 2012 12:19:23 -0700 (PDT) Received: by 10.49.83.101 with HTTP; Mon, 27 Aug 2012 12:19:23 -0700 (PDT) In-Reply-To: References: Date: Mon, 27 Aug 2012 21:19:23 +0200 Message-ID: Subject: Re: ActiveMQ has too many dependencies? From: =?ISO-8859-1?Q?S=E9bastien_Lorber?= To: users@activemq.apache.org Content-Type: multipart/alternative; boundary=20cf3074d46a0b4b5404c844340d X-Virus-Checked: Checked by ClamAV on apache.org --20cf3074d46a0b4b5404c844340d Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Yes i know and i have excluded the problematic fusemq-leveldb But wouldn't it be better to put this dependency as optional so that users wouldn't have to do themselves the exclusion? Because retrieving hadoop, scala... that's pretty "heavy" for just the leveldb feature, and will cause conflicts for jetty users because of hadoop core dependencies. It took me some time to figure out i was having 2 different versions of the same Jetty lib in my classpath... 2012/8/27 Greg Thomas > On 27 August 2012 15:53, S=E9bastien Lorber > wrote: > ... > > And it will produce conflicts by default to many jetty users like me i > > guess. > > This has come up before; I think > > http://mail-archives.apache.org/mod_mbox/activemq-users/201206.mbox/%3CCA= +GjePWRZn-ZgY0=3DEg3Bjmi8zXQhnYYa36us7FMK684Eh_CSDg@mail.gmail.com%3E > gives a list of exclusions you can apply. > > Greg > --20cf3074d46a0b4b5404c844340d--