Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 73493 invoked from network); 27 Feb 2011 13:15:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Feb 2011 13:15:26 -0000 Received: (qmail 78167 invoked by uid 500); 27 Feb 2011 13:15:26 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 78027 invoked by uid 500); 27 Feb 2011 13:15:23 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 78020 invoked by uid 99); 27 Feb 2011 13:15:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Feb 2011 13:15:22 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Sun, 27 Feb 2011 13:15:22 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id DCE6123888E8; Sun, 27 Feb 2011 13:15:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1075049 - in /geronimo/server/trunk/plugins/jaxws: jaxws-sun-tools/src/main/history/dependencies.xml pom.xml Date: Sun, 27 Feb 2011 13:15:01 -0000 To: scm@geronimo.apache.org From: xuhaihong@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110227131501.DCE6123888E8@eris.apache.org> Author: xuhaihong Date: Sun Feb 27 13:15:01 2011 New Revision: 1075049 URL: http://svn.apache.org/viewvc?rev=1075049&view=rev Log: exclude stax-api dependency Modified: geronimo/server/trunk/plugins/jaxws/jaxws-sun-tools/src/main/history/dependencies.xml geronimo/server/trunk/plugins/jaxws/pom.xml Modified: geronimo/server/trunk/plugins/jaxws/jaxws-sun-tools/src/main/history/dependencies.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/jaxws/jaxws-sun-tools/src/main/history/dependencies.xml?rev=1075049&r1=1075048&r2=1075049&view=diff ============================================================================== --- geronimo/server/trunk/plugins/jaxws/jaxws-sun-tools/src/main/history/dependencies.xml (original) +++ geronimo/server/trunk/plugins/jaxws/jaxws-sun-tools/src/main/history/dependencies.xml Sun Feb 27 13:15:01 2011 @@ -1,5 +1,5 @@ - + org.apache.geronimo.configs jaxws-sun-tools @@ -32,11 +32,6 @@ jar - javax.xml.stream - stax-api - jar - - org.apache.geronimo.configs jaxws-deployer car Modified: geronimo/server/trunk/plugins/jaxws/pom.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/jaxws/pom.xml?rev=1075049&r1=1075048&r2=1075049&view=diff ============================================================================== --- geronimo/server/trunk/plugins/jaxws/pom.xml (original) +++ geronimo/server/trunk/plugins/jaxws/pom.xml Sun Feb 27 13:15:01 2011 @@ -158,6 +158,10 @@ javax.activation activation + + javax.xml.stream + stax-api +