Return-Path: Delivered-To: apmail-incubator-clerezza-commits-archive@minotaur.apache.org Received: (qmail 41252 invoked from network); 20 Sep 2010 05:20:12 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Sep 2010 05:20:12 -0000 Received: (qmail 6191 invoked by uid 500); 20 Sep 2010 05:20:12 -0000 Delivered-To: apmail-incubator-clerezza-commits-archive@incubator.apache.org Received: (qmail 6176 invoked by uid 500); 20 Sep 2010 05:20:11 -0000 Mailing-List: contact clerezza-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: clerezza-dev@incubator.apache.org Delivered-To: mailing list clerezza-commits@incubator.apache.org Received: (qmail 6169 invoked by uid 99); 20 Sep 2010 05:20:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Sep 2010 05:20:10 +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, 20 Sep 2010 05:20:08 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 643A2238890A; Mon, 20 Sep 2010 05:19:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r998784 - /incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml Date: Mon, 20 Sep 2010 05:19:47 -0000 To: clerezza-commits@incubator.apache.org From: reto@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100920051947.643A2238890A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: reto Date: Mon Sep 20 05:19:47 2010 New Revision: 998784 URL: http://svn.apache.org/viewvc?rev=998784&view=rev Log: added slf4j dependendency to scr plugin, see http://felix.apache.org/site/apache-felix-scr-plugin-faq.html#ApacheFelixSCRPluginFAQ-NoClassDefFoundErrorduringbuild Modified: incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml Modified: incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml?rev=998784&r1=998783&r2=998784&view=diff ============================================================================== --- incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml (original) +++ incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml Mon Sep 20 05:19:47 2010 @@ -162,6 +162,14 @@ + + + + org.slf4j + slf4j-simple + 1.5.8 + + org.apache.maven.plugins