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 846CBE338 for ; Wed, 20 Feb 2013 15:33:41 +0000 (UTC) Received: (qmail 83664 invoked by uid 500); 20 Feb 2013 15:33:41 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 83603 invoked by uid 500); 20 Feb 2013 15:33:41 -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 83593 invoked by uid 99); 20 Feb 2013 15:33:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Feb 2013 15:33:41 +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, 20 Feb 2013 15:33:38 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 499A32388ABC; Wed, 20 Feb 2013 15:33:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1448236 - /cxf/trunk/osgi/karaf/features/src/main/resources/features.xml Date: Wed, 20 Feb 2013 15:33:19 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130220153319.499A32388ABC@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dkulp Date: Wed Feb 20 15:33:18 2013 New Revision: 1448236 URL: http://svn.apache.org/r1448236 Log: Fix features.xml for new annotations api bundle 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=1448236&r1=1448235&r2=1448236&view=diff ============================================================================== --- cxf/trunk/osgi/karaf/features/src/main/resources/features.xml (original) +++ cxf/trunk/osgi/karaf/features/src/main/resources/features.xml Wed Feb 20 15:33:18 2013 @@ -21,7 +21,7 @@ mvn:org.apache.geronimo.specs/geronimo-osgi-registry/1.1 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:javax.annotation/javax.annotation-api/${cxf.javax.annotation-api.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.jaxb-api-2.2/${cxf.servicemix.specs.version}