Return-Path: X-Original-To: apmail-incubator-any23-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-any23-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 8EC7B919F for ; Sat, 24 Mar 2012 15:48:08 +0000 (UTC) Received: (qmail 68643 invoked by uid 500); 24 Mar 2012 15:48:08 -0000 Delivered-To: apmail-incubator-any23-commits-archive@incubator.apache.org Received: (qmail 68604 invoked by uid 500); 24 Mar 2012 15:48:08 -0000 Mailing-List: contact any23-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: any23-dev@incubator.apache.org Delivered-To: mailing list any23-commits@incubator.apache.org Received: (qmail 68596 invoked by uid 99); 24 Mar 2012 15:48:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Mar 2012 15:48:08 +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; Sat, 24 Mar 2012 15:48:07 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 4BC432388847; Sat, 24 Mar 2012 15:47:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1304831 - /incubator/any23/trunk/pom.xml Date: Sat, 24 Mar 2012 15:47:47 -0000 To: any23-commits@incubator.apache.org From: mostarda@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120324154747.4BC432388847@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mostarda Date: Sat Mar 24 15:47:46 2012 New Revision: 1304831 URL: http://svn.apache.org/viewvc?rev=1304831&view=rev Log: Dependency management declaration was missing. Fixed. Modified: incubator/any23/trunk/pom.xml Modified: incubator/any23/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1304831&r1=1304830&r2=1304831&view=diff ============================================================================== --- incubator/any23/trunk/pom.xml (original) +++ incubator/any23/trunk/pom.xml Sat Mar 24 15:47:46 2012 @@ -244,7 +244,12 @@ commons-codec 1.3 - + + commons-cli + commons-cli + 2.0 + + net.sourceforge.nekohtml nekohtml 1.9.14