Return-Path: Delivered-To: apmail-incubator-amber-commits-archive@minotaur.apache.org Received: (qmail 60918 invoked from network); 11 Jul 2010 13:48:38 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Jul 2010 13:48:38 -0000 Received: (qmail 6283 invoked by uid 500); 11 Jul 2010 13:48:37 -0000 Delivered-To: apmail-incubator-amber-commits-archive@incubator.apache.org Received: (qmail 6265 invoked by uid 500); 11 Jul 2010 13:48:37 -0000 Mailing-List: contact amber-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: amber-dev@incubator.apache.org Delivered-To: mailing list amber-commits@incubator.apache.org Received: (qmail 6258 invoked by uid 99); 11 Jul 2010 13:48:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Jul 2010 13:48:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Sun, 11 Jul 2010 13:48:34 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 9B97023889DA; Sun, 11 Jul 2010 13:47:41 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r963072 - /incubator/amber/trunk/signature-api/pom.xml Date: Sun, 11 Jul 2010 13:47:41 -0000 To: amber-commits@incubator.apache.org From: simonetripodi@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100711134741.9B97023889DA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: simonetripodi Date: Sun Jul 11 13:47:41 2010 New Revision: 963072 URL: http://svn.apache.org/viewvc?rev=963072&view=rev Log: added missing commons-logging dependency Modified: incubator/amber/trunk/signature-api/pom.xml Modified: incubator/amber/trunk/signature-api/pom.xml URL: http://svn.apache.org/viewvc/incubator/amber/trunk/signature-api/pom.xml?rev=963072&r1=963071&r2=963072&view=diff ============================================================================== --- incubator/amber/trunk/signature-api/pom.xml (original) +++ incubator/amber/trunk/signature-api/pom.xml Sun Jul 11 13:47:41 2010 @@ -44,6 +44,11 @@ 1.4 compile + + + commons-logging + commons-logging +