Return-Path: Delivered-To: apmail-camel-commits-archive@www.apache.org Received: (qmail 52543 invoked from network); 8 Dec 2009 06:18:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Dec 2009 06:18:56 -0000 Received: (qmail 96923 invoked by uid 500); 8 Dec 2009 06:18:56 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 96878 invoked by uid 500); 8 Dec 2009 06:18:56 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 96869 invoked by uid 99); 8 Dec 2009 06:18:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Dec 2009 06:18:56 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 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; Tue, 08 Dec 2009 06:18:54 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 36B5C2388882; Tue, 8 Dec 2009 06:18:34 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r888278 - /camel/trunk/components/camel-test/pom.xml Date: Tue, 08 Dec 2009 06:18:33 -0000 To: commits@camel.apache.org From: davsclaus@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091208061834.36B5C2388882@eris.apache.org> Author: davsclaus Date: Tue Dec 8 06:18:33 2009 New Revision: 888278 URL: http://svn.apache.org/viewvc?rev=888278&view=rev Log: Added spring-aop to pom for testing Modified: camel/trunk/components/camel-test/pom.xml Modified: camel/trunk/components/camel-test/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-test/pom.xml?rev=888278&r1=888277&r2=888278&view=diff ============================================================================== --- camel/trunk/components/camel-test/pom.xml (original) +++ camel/trunk/components/camel-test/pom.xml Tue Dec 8 06:18:33 2009 @@ -60,6 +60,12 @@ log4j test + + + org.springframework + spring-aop + test +