Return-Path: Delivered-To: apmail-tuscany-commits-archive@www.apache.org Received: (qmail 43337 invoked from network); 20 Nov 2008 14:38:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Nov 2008 14:38:52 -0000 Received: (qmail 28122 invoked by uid 500); 20 Nov 2008 14:39:01 -0000 Delivered-To: apmail-tuscany-commits-archive@tuscany.apache.org Received: (qmail 28047 invoked by uid 500); 20 Nov 2008 14:39:01 -0000 Mailing-List: contact commits-help@tuscany.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tuscany.apache.org Delivered-To: mailing list commits@tuscany.apache.org Received: (qmail 28032 invoked by uid 99); 20 Nov 2008 14:39:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Nov 2008 06:39:01 -0800 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; Thu, 20 Nov 2008 14:37:46 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2A02D23888EB; Thu, 20 Nov 2008 06:38:32 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r719240 - /tuscany/java/sca/modules/host-webapp/pom.xml Date: Thu, 20 Nov 2008 14:38:32 -0000 To: commits@tuscany.apache.org From: antelder@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081120143832.2A02D23888EB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: antelder Date: Thu Nov 20 06:38:31 2008 New Revision: 719240 URL: http://svn.apache.org/viewvc?rev=719240&view=rev Log: Add required dependencies Modified: tuscany/java/sca/modules/host-webapp/pom.xml Modified: tuscany/java/sca/modules/host-webapp/pom.xml URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/host-webapp/pom.xml?rev=719240&r1=719239&r2=719240&view=diff ============================================================================== --- tuscany/java/sca/modules/host-webapp/pom.xml (original) +++ tuscany/java/sca/modules/host-webapp/pom.xml Thu Nov 20 06:38:31 2008 @@ -39,7 +39,7 @@ org.apache.tuscany.sca tuscany-host-http - 2.0-SNAPSHOT + 2.0-SNAPSHOT @@ -53,13 +53,28 @@ org.apache.tuscany.sca tuscany-node-impl 2.0-SNAPSHOT - test + runtime + + + + org.apache.tuscany.sca + tuscany-workspace-impl + 2.0-SNAPSHOT + runtime + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 2.0-SNAPSHOT + runtime javax.servlet servlet-api 2.5 + provided