Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 685AEDA2F for ; Sun, 6 Jan 2013 01:13:06 +0000 (UTC) Received: (qmail 80259 invoked by uid 500); 6 Jan 2013 01:13:06 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 80143 invoked by uid 500); 6 Jan 2013 01:13:06 -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 80135 invoked by uid 99); 6 Jan 2013 01:13:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Jan 2013 01:13:06 +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, 06 Jan 2013 01:13:05 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id CE3A2238899C; Sun, 6 Jan 2013 01:12:45 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1429450 - /cxf/trunk/osgi/karaf/features/src/main/resources/features.xml Date: Sun, 06 Jan 2013 01:12:45 -0000 To: commits@cxf.apache.org From: ffang@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130106011245.CE3A2238899C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ffang Date: Sun Jan 6 01:12:45 2013 New Revision: 1429450 URL: http://svn.apache.org/viewvc?rev=1429450&view=rev Log: [CXF-4731]add dependency=\'true\' for stax-api bundle in cxf features.xml Modified: cxf/trunk/osgi/karaf/features/src/main/resources/features.xml Modified: cxf/trunk/osgi/karaf/features/src/main/resources/features.xml URL: http://svn.apache.org/viewvc/cxf/trunk/osgi/karaf/features/src/main/resources/features.xml?rev=1429450&r1=1429449&r2=1429450&view=diff ============================================================================== --- cxf/trunk/osgi/karaf/features/src/main/resources/features.xml (original) +++ cxf/trunk/osgi/karaf/features/src/main/resources/features.xml Sun Jan 6 01:12:45 2013 @@ -23,7 +23,7 @@ mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.activation-api-1.1/${cxf.servicemix.specs.version} mvn:org.apache.geronimo.specs/geronimo-annotation_1.0_spec/${cxf.geronimo.annotation.version} mvn:org.apache.geronimo.specs/geronimo-ws-metadata_2.0_spec/${cxf.geronimo.ws.metadata.version} - mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.stax-api-1.0/${cxf.servicemix.specs.version} + mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.stax-api-1.0/${cxf.servicemix.specs.version} mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jaxb-api-2.2/${cxf.servicemix.specs.version} mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jaxws-api-2.2/${cxf.servicemix.specs.version} mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.saaj-api-1.3/${cxf.servicemix.specs.version}