Return-Path: Delivered-To: apmail-avro-dev-archive@www.apache.org Received: (qmail 21890 invoked from network); 21 Sep 2010 18:00:58 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 Sep 2010 18:00:58 -0000 Received: (qmail 34435 invoked by uid 500); 21 Sep 2010 18:00:58 -0000 Delivered-To: apmail-avro-dev-archive@avro.apache.org Received: (qmail 34390 invoked by uid 500); 21 Sep 2010 18:00:57 -0000 Mailing-List: contact dev-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@avro.apache.org Delivered-To: mailing list dev@avro.apache.org Received: (qmail 34381 invoked by uid 99); 21 Sep 2010 18:00:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Sep 2010 18:00:57 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.9] (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 21 Sep 2010 18:00:57 +0000 Received: (qmail 21819 invoked by uid 99); 21 Sep 2010 18:00:36 -0000 Received: from localhost.apache.org (HELO [192.168.168.116]) (127.0.0.1) (smtp-auth username cutting, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Sep 2010 18:00:36 +0000 Message-ID: <4C98F2C4.3080202@apache.org> Date: Tue, 21 Sep 2010 11:00:36 -0700 From: Doug Cutting User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.12) Gecko/20100915 Thunderbird/3.0.8 MIME-Version: 1.0 To: dev@avro.apache.org Subject: Re: Java Packaging - 'shade' jars and licensing implications References: <823247BC-ABBE-42A3-9DB7-F3B139F02BB5@richrelevance.com> <4C98E64A.5080103@apache.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 09/21/2010 10:25 AM, Scott Carey wrote: > Paranamer has no transitive dependencies. paranamer-generator requires qdox and asm. It's required at build-time by applications that use reflection-based RPC to add parameter names to byte code. Doug