Return-Path: Delivered-To: apmail-click-dev-archive@www.apache.org Received: (qmail 58890 invoked from network); 17 Jun 2010 12:25:02 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Jun 2010 12:25:02 -0000 Received: (qmail 26042 invoked by uid 500); 17 Jun 2010 11:23:01 -0000 Delivered-To: apmail-click-dev-archive@click.apache.org Received: (qmail 26035 invoked by uid 500); 17 Jun 2010 11:22:59 -0000 Mailing-List: contact dev-help@click.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@click.apache.org Delivered-To: mailing list dev@click.apache.org Received: (qmail 26028 invoked by uid 99); 17 Jun 2010 11:22:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jun 2010 11:22:59 +0000 X-ASF-Spam-Status: No, hits=2.1 required=10.0 tests=AWL,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sabob1@gmail.com designates 209.85.160.42 as permitted sender) Received: from [209.85.160.42] (HELO mail-pw0-f42.google.com) (209.85.160.42) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jun 2010 11:22:53 +0000 Received: by pwi4 with SMTP id 4so4584089pwi.29 for ; Thu, 17 Jun 2010 04:22:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=5dHBHPziLyqQr66vxWBTaKJseDSOTZUM1/VwiIycKGo=; b=N7Z0ubG31lYPbthuy/APv0ABSL0GXb5gqWT47SGYNmkoct99fGG7nY9yr8d5ZB5+a/ 42JOc+tj9t4OXzx3Uc8Txn6kM9nSfwccHfT9RbNYUU3hfenrCiuk6GUutCSIqMsUCnM1 F5M08QhYG46QlXfDp5zwQXOG4kcbMGI/3Dkj8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=qqMN9/57Djbnyq1FxShTzh1LkGhGqSzk6m28d57XeTo5G0NKcWmLb4lmYLrddLEjNE q18ItB6Zb5EcshRdKbKXr+5PzexMDC0af49m0yBKQwg69iKlucbxITWJtN5BRgTksWR8 dR/SPQK2Y1s1tXd3xpxfephNE++rO8V5/fUU8= Received: by 10.141.89.7 with SMTP id r7mr8221160rvl.52.1276773751769; Thu, 17 Jun 2010 04:22:31 -0700 (PDT) Received: from [10.1.1.3] (124-170-233-4.dyn.iinet.net.au [124.170.233.4]) by mx.google.com with ESMTPS id r23sm7976260rvq.12.2010.06.17.04.22.30 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 17 Jun 2010 04:22:31 -0700 (PDT) Message-ID: <4C1A0572.2000703@gmail.com> Date: Thu, 17 Jun 2010 21:22:26 +1000 From: Bob Schellink User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: dev@click.apache.org Subject: Re: Removing OgnlOps, ConcurrentReaderHashMap and WebappLoader References: <4C19DAE5.1090800@gmail.com> <4C19F861.1030309@gmail.com> In-Reply-To: X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 17/06/2010 21:08, Adrian A. wrote: > > Also regarding the javassist dependency, this shouldn't be a problem > cause the scope of the dependency is "provided": > http://github.com/jkuhnert/ognl/issues/closed#issue/2 I assume that is maven-speak :) Does provided mean optional? Bob