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 2F8C4EC15 for ; Fri, 7 Dec 2012 15:05:24 +0000 (UTC) Received: (qmail 30233 invoked by uid 500); 7 Dec 2012 15:05:24 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 30098 invoked by uid 500); 7 Dec 2012 15:05:23 -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 29997 invoked by uid 99); 7 Dec 2012 15:05:22 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Dec 2012 15:05:22 +0000 Date: Fri, 7 Dec 2012 15:05:22 +0000 (UTC) From: "Daniel Kulp (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CXF-4685) Outdated JAXB dependencies in cxf-bundle-minimal 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-4685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526437#comment-13526437 ] Daniel Kulp commented on CXF-4685: ---------------------------------- In general, I would suggest not depending on the cxf-bundle-minimal at all and depend on the individual modules that you need. You can actually get a much more "minimal" size by doing that. In either case, putting explicite dependencies on the versions of JAXB that you need/want in your own pom is enough and is the recommended approach. Maven will use the locally defined versions in preference to the transient versions pulled from CXF. > Outdated JAXB dependencies in cxf-bundle-minimal > ------------------------------------------------ > > Key: CXF-4685 > URL: https://issues.apache.org/jira/browse/CXF-4685 > Project: CXF > Issue Type: Bug > Components: JAXB Databinding > Affects Versions: 2.7.0 > Reporter: Antoine CHAMBILLE > Assignee: Daniel Kulp > Fix For: Invalid > > > As of release 2.7.0 cxf-bundle-minimal declares the following JAXB dependencies: > * jaxb-xjc-2.1.13 > * jaxb-impl-2.1.13 (useless, already comes with jaxb-xjc) > That is quite a step backward from release 2.6.3: > * jaxb-xjc-2.2.5 > * jaxb-impl-2.2.5 (useless, already comes with jaxb-xjc) > * jaxb-api-2.2.6 (useless, already comes with jaxb-impl) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira