Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-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 17B56D2BB for ; Sun, 18 Nov 2012 15:35:58 +0000 (UTC) Received: (qmail 68800 invoked by uid 500); 18 Nov 2012 15:35:58 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 68626 invoked by uid 500); 18 Nov 2012 15:35:57 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 68407 invoked by uid 99); 18 Nov 2012 15:35:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Nov 2012 15:35:56 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bimargulies@gmail.com designates 209.85.223.169 as permitted sender) Received: from [209.85.223.169] (HELO mail-ie0-f169.google.com) (209.85.223.169) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Nov 2012 15:35:50 +0000 Received: by mail-ie0-f169.google.com with SMTP id 10so6998544ied.0 for ; Sun, 18 Nov 2012 07:35:29 -0800 (PST) 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=CmUfdk7D2rYUDKXRHTJxS7aRx7YP8DFa9I6AaYsaH84=; b=uSumZbXX0k10qHKokDpao2AkP6ZsB1b5KyLc+scwPNjl0IbLZE0mJS3BsQhMxBkdzG 1QBT2aETCVTmgyG/oGIpqQbQOAmlAUSlgaavpYmq73BjA6XIMih4l/RPkVhntIWtOOlA J3X8k9kROqW488uHebboOSfrjD4t8rFCq6CmTc9l4VJbCTrmbS7oG5sbYqJabfrM3tem oXTPwIsu3H2L7JsVt2qOpuj9cp8Vpj9xxXXNwjSflRFFfz3H4oLOAtTvfPWbbHStxCWc KvVyThoMqmLlWoRHKS33ji+yeep76ikPyB3u2aGDr4mJ+g0IBZ/AQxewmiH9CUBUuefN 3YKg== MIME-Version: 1.0 Received: by 10.50.183.168 with SMTP id en8mr4426449igc.10.1353252929734; Sun, 18 Nov 2012 07:35:29 -0800 (PST) Received: by 10.42.156.10 with HTTP; Sun, 18 Nov 2012 07:35:29 -0800 (PST) In-Reply-To: References: Date: Sun, 18 Nov 2012 10:35:29 -0500 Message-ID: Subject: Re: What Jar File Contains org.codehaus.jackson.map.ObjectMapper? From: Benson Margulies To: "dev@accumulo.apache.org" Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org What version of Jackson is in place? On Sun, Nov 18, 2012 at 9:59 AM, David Medinets wrote: > I am refining the findbugs task in a build.xml. I have identified jar > files for every class except ObjectMapper. It should be in my maven > repository but I can't find it. If anyone has insight into this issue, > please let me know.