Return-Path: Delivered-To: apmail-camel-commits-archive@www.apache.org Received: (qmail 65754 invoked from network); 23 Aug 2010 11:24:59 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 23 Aug 2010 11:24:59 -0000 Received: (qmail 20168 invoked by uid 500); 23 Aug 2010 11:24:59 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 20121 invoked by uid 500); 23 Aug 2010 11:24:58 -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 20109 invoked by uid 99); 23 Aug 2010 11:24:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Aug 2010 11:24:57 +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; Mon, 23 Aug 2010 11:24:57 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 26AD723889E0; Mon, 23 Aug 2010 11:23:40 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r988075 - /camel/trunk/examples/camel-example-spring-javaconfig/pom.xml Date: Mon, 23 Aug 2010 11:23:40 -0000 To: commits@camel.apache.org From: davsclaus@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100823112340.26AD723889E0@eris.apache.org> Author: davsclaus Date: Mon Aug 23 11:23:39 2010 New Revision: 988075 URL: http://svn.apache.org/viewvc?rev=988075&view=rev Log: Fixed compilation issue. Modified: camel/trunk/examples/camel-example-spring-javaconfig/pom.xml Modified: camel/trunk/examples/camel-example-spring-javaconfig/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-spring-javaconfig/pom.xml?rev=988075&r1=988074&r2=988075&view=diff ============================================================================== --- camel/trunk/examples/camel-example-spring-javaconfig/pom.xml (original) +++ camel/trunk/examples/camel-example-spring-javaconfig/pom.xml Mon Aug 23 11:23:39 2010 @@ -92,10 +92,17 @@ activemq-core - - org.osgi - org.osgi.core - + + + org.osgi + org.osgi.core + provided + + + org.springframework.osgi + spring-osgi-core + provided + log4j