Return-Path: Delivered-To: apmail-incubator-cxf-commits-archive@locus.apache.org Received: (qmail 51146 invoked from network); 23 Mar 2007 18:05:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Mar 2007 18:05:41 -0000 Received: (qmail 12546 invoked by uid 500); 23 Mar 2007 18:05:49 -0000 Delivered-To: apmail-incubator-cxf-commits-archive@incubator.apache.org Received: (qmail 12506 invoked by uid 500); 23 Mar 2007 18:05:49 -0000 Mailing-List: contact cxf-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-commits@incubator.apache.org Received: (qmail 12496 invoked by uid 99); 23 Mar 2007 18:05:49 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Mar 2007 11:05:49 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Mar 2007 11:05:40 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id A3D741A9838; Fri, 23 Mar 2007 11:05:20 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r521839 - /incubator/cxf/trunk/testutils/pom.xml Date: Fri, 23 Mar 2007 18:05:20 -0000 To: cxf-commits@incubator.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070323180520.A3D741A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dkulp Date: Fri Mar 23 11:05:19 2007 New Revision: 521839 URL: http://svn.apache.org/viewvc?view=rev&rev=521839 Log: Remove unused tools-common dependency Modified: incubator/cxf/trunk/testutils/pom.xml Modified: incubator/cxf/trunk/testutils/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/testutils/pom.xml?view=diff&rev=521839&r1=521838&r2=521839 ============================================================================== --- incubator/cxf/trunk/testutils/pom.xml (original) +++ incubator/cxf/trunk/testutils/pom.xml Fri Mar 23 11:05:19 2007 @@ -39,14 +39,17 @@ provided - org.apache.cxf - cxf-tools-common - ${project.version} + javax.jws + jsr181-api javax.xml.ws jaxws-api + + javax.xml.soap + saaj-api + org.apache.geronimo.specs geronimo-annotation_1.0_spec