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 650AAFB02 for ; Wed, 10 Apr 2013 08:07:50 +0000 (UTC) Received: (qmail 12604 invoked by uid 500); 10 Apr 2013 08:07:49 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 12486 invoked by uid 500); 10 Apr 2013 08:07:49 -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 12477 invoked by uid 99); 10 Apr 2013 08:07:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Apr 2013 08:07:48 +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; Wed, 10 Apr 2013 08:07:47 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D77D623888FE; Wed, 10 Apr 2013 08:07:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1466365 - /cxf/branches/2.7.x-fixes/osgi/karaf/features/src/main/resources/features.xml Date: Wed, 10 Apr 2013 08:07:27 -0000 To: commits@cxf.apache.org From: ffang@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130410080727.D77D623888FE@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ffang Date: Wed Apr 10 08:07:27 2013 New Revision: 1466365 URL: http://svn.apache.org/r1466365 Log: [CXF-4957]revert change on saaj-api bundle as only jsr339-api has this issue Modified: cxf/branches/2.7.x-fixes/osgi/karaf/features/src/main/resources/features.xml Modified: cxf/branches/2.7.x-fixes/osgi/karaf/features/src/main/resources/features.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.7.x-fixes/osgi/karaf/features/src/main/resources/features.xml?rev=1466365&r1=1466364&r2=1466365&view=diff ============================================================================== --- cxf/branches/2.7.x-fixes/osgi/karaf/features/src/main/resources/features.xml (original) +++ cxf/branches/2.7.x-fixes/osgi/karaf/features/src/main/resources/features.xml Wed Apr 10 08:07:27 2013 @@ -25,7 +25,7 @@ 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} + mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.saaj-api-1.3/${cxf.servicemix.specs.version} mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jsr339-api-m10/${cxf.servicemix.specs.version} mvn:javax.mail/mail/${cxf.javax.mail.version}