Return-Path: Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: (qmail 6968 invoked from network); 2 Mar 2009 21:59:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Mar 2009 21:59:50 -0000 Received: (qmail 51507 invoked by uid 500); 2 Mar 2009 21:59:50 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 51458 invoked by uid 500); 2 Mar 2009 21:59:50 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 51448 invoked by uid 99); 2 Mar 2009 21:59:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Mar 2009 13:59:50 -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; Mon, 02 Mar 2009 21:59:48 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 89C9323888F1; Mon, 2 Mar 2009 21:59:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r749449 - /cxf/trunk/parent/pom.xml Date: Mon, 02 Mar 2009 21:59:27 -0000 To: commits@cxf.apache.org From: bimargulies@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090302215927.89C9323888F1@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bimargulies Date: Mon Mar 2 21:59:27 2009 New Revision: 749449 URL: http://svn.apache.org/viewvc?rev=749449&view=rev Log: Piece 1 of CXF-2079, move Stax dependencies to profile-controlled properties. Modified: cxf/trunk/parent/pom.xml Modified: cxf/trunk/parent/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=749449&r1=749448&r2=749449&view=diff ============================================================================== --- cxf/trunk/parent/pom.xml (original) +++ cxf/trunk/parent/pom.xml Mon Mar 2 21:59:27 2009 @@ -56,6 +56,9 @@ 1.3 2.5.5 spring-test + org.codehaus.woodstox + wstx-asl + 3.2.6 1.6.2 2.3.0 1.4.3 @@ -515,9 +518,10 @@ - org.codehaus.woodstox - wstx-asl - 3.2.6 + ${stax.impl.groupId} + ${stax.impl.artifactId} + ${stax.impl.version} + stax @@ -1009,6 +1013,14 @@ + + sjsxp + + com.sun.xml.stream + sjsxp + 1.0.1 + + axis2-saaj