Return-Path: X-Original-To: apmail-maven-dev-archive@www.apache.org Delivered-To: apmail-maven-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 98DEA43F1 for ; Sun, 12 Jun 2011 20:01:41 +0000 (UTC) Received: (qmail 33506 invoked by uid 500); 12 Jun 2011 20:01:40 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 33420 invoked by uid 500); 12 Jun 2011 20:01:40 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 33412 invoked by uid 99); 12 Jun 2011 20:01:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Jun 2011 20:01:40 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bimargulies@gmail.com designates 209.85.214.43 as permitted sender) Received: from [209.85.214.43] (HELO mail-bw0-f43.google.com) (209.85.214.43) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Jun 2011 20:01:32 +0000 Received: by bwz14 with SMTP id 14so3891855bwz.30 for ; Sun, 12 Jun 2011 13:01:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=hddssYUrVSN9nQYUPK0ck5xzm8Fq+2lFUVmWV4w2iUE=; b=IfsH30ANcHWJCFhKyw8a0CP5K9sL2kWOIxovCe3kVcqVGmAIlPc71jZ9YZs+qiyjyl 8DZWmrhFcuj0K4DuEhtNZ/+jBraCXZJv3DB5vByxGQ9B88Vmad904xFhmPNpZCY5H4u2 V6cwM475b5wNM3aMc236/8sXma6KXWAHh72uk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Oh4nv4qKl0dDoMGzLXXJcJJrohm00j+N6Z+lokN4h4NxEBQoceUOAhplgeO1cQAiYQ HGOClfvZgSFccF9NLvjVNpqvErzzSd03e04TnRDZ+IWP2whMlETtunxAymq9RU/4qXHr tkkk1AkPV2sovEugA4uzaGAJ3eTa7h9m5T5xA= MIME-Version: 1.0 Received: by 10.204.20.70 with SMTP id e6mr4077243bkb.145.1307908872247; Sun, 12 Jun 2011 13:01:12 -0700 (PDT) Received: by 10.204.58.207 with HTTP; Sun, 12 Jun 2011 13:01:12 -0700 (PDT) Date: Sun, 12 Jun 2011 16:01:12 -0400 Message-ID: Subject: /plexus-utils/src/main/java/org/codehaus/plexus/util/FastMap.java From: Benson Margulies To: Maven Developers List Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org This is just a copy of a class from javolution with the package name changed. Javolution is BSD licensed. So, I propose to add the dependency, create a pass-through class in the plexus package, and write no tests, on the theory that the javolution people have adequate tests for themselves. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org