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 37AB310C6C for ; Fri, 15 Nov 2013 16:01:26 +0000 (UTC) Received: (qmail 96789 invoked by uid 500); 15 Nov 2013 16:01:25 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 96541 invoked by uid 500); 15 Nov 2013 16:01:25 -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 96481 invoked by uid 99); 15 Nov 2013 16:01:24 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Nov 2013 16:01:24 +0000 Date: Fri, 15 Nov 2013 16:01:24 +0000 (UTC) From: "Daniel Kulp (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CXF-5389) Several maven artifacts pull in wrong versions of jaxb 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-5389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp resolved CXF-5389. ------------------------------ Resolution: Not A Problem Fix Version/s: Invalid Assignee: Daniel Kulp This is working as designed. CXF has to support Java6 which includes the JAXB 2.1 API's and thus would pull in 2.1.x versions of Jaxb (particularly when running on Java6). If you need a specific version, you need to add that particular version to your own poms. Versions specified locally will take precedence over the versions CXF pulls in transitively. > Several maven artifacts pull in wrong versions of jaxb > ------------------------------------------------------ > > Key: CXF-5389 > URL: https://issues.apache.org/jira/browse/CXF-5389 > Project: CXF > Issue Type: Bug > Components: JAXB Databinding > Affects Versions: 2.7.7 > Reporter: Chris Becker > Assignee: Daniel Kulp > Fix For: Invalid > > > While trying to run wsdl2java from Gradle, I noticed several maven artifacts report dependencies to jaxb 2.1.13 (which breaks my build): > cxf-tools-common > cxf-rt-core > cxf-tools-validator > cxf-rt-databinding-jaxb -- This message was sent by Atlassian JIRA (v6.1#6144)