Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 03D8518D00 for ; Tue, 15 Dec 2015 18:55:47 +0000 (UTC) Received: (qmail 70317 invoked by uid 500); 15 Dec 2015 18:55:46 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 70280 invoked by uid 500); 15 Dec 2015 18:55:46 -0000 Mailing-List: contact issues-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 issues@cxf.apache.org Received: (qmail 70269 invoked by uid 99); 15 Dec 2015 18:55:46 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Dec 2015 18:55:46 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A5D922C1F6C for ; Tue, 15 Dec 2015 18:55:46 +0000 (UTC) Date: Tue, 15 Dec 2015 18:55:46 +0000 (UTC) From: "Benson Margulies (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CXF-6710) CXF depends on jax-rs 2.0.1 but provides only 2.0.0 in its karaf bundle MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CXF-6710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benson Margulies resolved CXF-6710. ----------------------------------- Resolution: Invalid I was sure I saw this from CXF and not just from me, but I was wrong. The imports are correctly set up to force the desired version range, which in some cases goes all the way back to 1.0. My bad. > CXF depends on jax-rs 2.0.1 but provides only 2.0.0 in its karaf bundle > ----------------------------------------------------------------------- > > Key: CXF-6710 > URL: https://issues.apache.org/jira/browse/CXF-6710 > Project: CXF > Issue Type: Bug > Affects Versions: 3.1.4 > Reporter: Benson Margulies > Assignee: Benson Margulies > > org.apache.cxf:cxf-rt-frontend-jaxrs depends on javax.ws.rs:javax.ws.rs-api:jar:2.0.1, but the feature includes org.apache.servicemix.specs.jsr339-api-2.0. So, either the version range in the MANIFEST.MF needs to be tweaked, or the Karaf feature needs to be tweaked. -- This message was sent by Atlassian JIRA (v6.3.4#6332)