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 E905BD361 for ; Mon, 24 Sep 2012 21:05:09 +0000 (UTC) Received: (qmail 55176 invoked by uid 500); 24 Sep 2012 21:05:09 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 55123 invoked by uid 500); 24 Sep 2012 21:05:09 -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 55072 invoked by uid 99); 24 Sep 2012 21:05:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Sep 2012 21:05:09 +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; Mon, 24 Sep 2012 21:05:07 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id AC87E2388ADA; Mon, 24 Sep 2012 21:04:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1389588 - /cxf/branches/2.6.x-fixes/parent/pom.xml Date: Mon, 24 Sep 2012 21:04:18 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120924210418.AC87E2388ADA@eris.apache.org> Author: dkulp Date: Mon Sep 24 21:04:18 2012 New Revision: 1389588 URL: http://svn.apache.org/viewvc?rev=1389588&view=rev Log: Merged revisions 1389571 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/trunk ........ r1389571 | dkulp | 2012-09-24 16:57:15 -0400 (Mon, 24 Sep 2012) | 2 lines Fix issue with FI upgrade pulling in old xml API's that the JDK can provide ........ Modified: cxf/branches/2.6.x-fixes/parent/pom.xml Modified: cxf/branches/2.6.x-fixes/parent/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/parent/pom.xml?rev=1389588&r1=1389587&r2=1389588&view=diff ============================================================================== --- cxf/branches/2.6.x-fixes/parent/pom.xml (original) +++ cxf/branches/2.6.x-fixes/parent/pom.xml Mon Sep 24 21:04:18 2012 @@ -561,6 +561,10 @@ javax.xml jsr173 + + javax.xml.bind + jsr173_api +