Return-Path: X-Original-To: apmail-onami-commits-archive@minotaur.apache.org Delivered-To: apmail-onami-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E990BF81B for ; Mon, 1 Apr 2013 07:07:39 +0000 (UTC) Received: (qmail 91065 invoked by uid 500); 1 Apr 2013 07:07:37 -0000 Delivered-To: apmail-onami-commits-archive@onami.apache.org Received: (qmail 90944 invoked by uid 500); 1 Apr 2013 07:07:37 -0000 Mailing-List: contact commits-help@onami.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@onami.apache.org Delivered-To: mailing list commits@onami.apache.org Received: (qmail 90781 invoked by uid 99); 1 Apr 2013 07:07:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Apr 2013 07:07:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Apr 2013 07:07:36 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id EB2A723888EA; Mon, 1 Apr 2013 07:07:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1463094 - /incubator/onami/trunk/autobind/pom.xml Date: Mon, 01 Apr 2013 07:07:15 -0000 To: commits@onami.incubator.apache.org From: olamy@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130401070715.EB2A723888EA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: olamy Date: Mon Apr 1 07:07:15 2013 New Revision: 1463094 URL: http://svn.apache.org/r1463094 Log: add jsr305 dependency to prevent build failure with doclava Modified: incubator/onami/trunk/autobind/pom.xml Modified: incubator/onami/trunk/autobind/pom.xml URL: http://svn.apache.org/viewvc/incubator/onami/trunk/autobind/pom.xml?rev=1463094&r1=1463093&r2=1463094&view=diff ============================================================================== --- incubator/onami/trunk/autobind/pom.xml (original) +++ incubator/onami/trunk/autobind/pom.xml Mon Apr 1 07:07:15 2013 @@ -134,6 +134,15 @@ maven-javadoc-plugin ${javadoc.version} false + + + + com.google.code.findbugs + jsr305 + 2.0.1 + + +