Return-Path: Delivered-To: apmail-incubator-esme-commits-archive@minotaur.apache.org Received: (qmail 64467 invoked from network); 6 Sep 2010 12:59:23 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 Sep 2010 12:59:23 -0000 Received: (qmail 27036 invoked by uid 500); 6 Sep 2010 12:59:23 -0000 Delivered-To: apmail-incubator-esme-commits-archive@incubator.apache.org Received: (qmail 26998 invoked by uid 500); 6 Sep 2010 12:59:22 -0000 Mailing-List: contact esme-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: esme-dev@incubator.apache.org Delivered-To: mailing list esme-commits@incubator.apache.org Received: (qmail 26989 invoked by uid 99); 6 Sep 2010 12:59:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Sep 2010 12:59:19 +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, 06 Sep 2010 12:59:17 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 5348A23889B9; Mon, 6 Sep 2010 12:58:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r993013 - /incubator/esme/trunk/server/pom.xml Date: Mon, 06 Sep 2010 12:58:56 -0000 To: esme-commits@incubator.apache.org From: rhirsch@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100906125856.5348A23889B9@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rhirsch Date: Mon Sep 6 12:58:56 2010 New Revision: 993013 URL: http://svn.apache.org/viewvc?rev=993013&view=rev Log: [ESME-265] Generic Task to prepare for 1.1 release Problem regarding used but undefined dependencies in pom.xml Modified: incubator/esme/trunk/server/pom.xml Modified: incubator/esme/trunk/server/pom.xml URL: http://svn.apache.org/viewvc/incubator/esme/trunk/server/pom.xml?rev=993013&r1=993012&r2=993013&view=diff ============================================================================== --- incubator/esme/trunk/server/pom.xml (original) +++ incubator/esme/trunk/server/pom.xml Mon Sep 6 12:58:56 2010 @@ -177,6 +177,7 @@ net.liftweb lift-testkit ${lift.version} + test net.liftweb @@ -217,6 +218,7 @@ org.apache.derby derby 10.5.3.0_1 + test junit @@ -242,11 +244,21 @@ lucene-snowball ${lucene.version} - + + log4j + log4j + 1.2.14 + + + org.slf4j + slf4j-api + 1.5.11 + + + net.lag + configgy + 1.5.3 + com.twitter ostrich