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 B799510D79 for ; Tue, 15 Oct 2013 19:01:26 +0000 (UTC) Received: (qmail 70916 invoked by uid 500); 15 Oct 2013 19:01:25 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 70849 invoked by uid 500); 15 Oct 2013 19:01:24 -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 70811 invoked by uid 99); 15 Oct 2013 19:01:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Oct 2013 19:01:24 +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; Tue, 15 Oct 2013 19:01:22 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 39B0223889FD; Tue, 15 Oct 2013 19:01:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1532487 - /cxf/branches/2.6.x-fixes/rt/core/pom.xml Date: Tue, 15 Oct 2013 19:01:01 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131015190101.39B0223889FD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dkulp Date: Tue Oct 15 19:01:00 2013 New Revision: 1532487 URL: http://svn.apache.org/r1532487 Log: Merged revisions 1532485 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/branches/2.7.x-fixes ........ r1532485 | dkulp | 2013-10-15 14:59:11 -0400 (Tue, 15 Oct 2013) | 3 lines [CXF-5323] Remove unused direct dependency on mail spec Doesn't really change anything as it's pulled in from api ........ Modified: cxf/branches/2.6.x-fixes/rt/core/pom.xml Modified: cxf/branches/2.6.x-fixes/rt/core/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/rt/core/pom.xml?rev=1532487&r1=1532486&r2=1532487&view=diff ============================================================================== --- cxf/branches/2.6.x-fixes/rt/core/pom.xml (original) +++ cxf/branches/2.6.x-fixes/rt/core/pom.xml Tue Oct 15 19:01:00 2013 @@ -39,7 +39,6 @@ org.springframework*;resolution:=optional;version="${cxf.osgi.spring.version}", javax.activation;version="${cxf.osgi.javax.activation.version}", - javax.mail;version="${cxf.osgi.javax.mail.version}", javax.annotation;version="${cxf.osgi.javax.annotation.version}", javax.xml.bind*;version="${cxf.osgi.javax.bind.version}", javax.xml.stream*;version="${cxf.osgi.javax.stream.version}", @@ -117,10 +116,6 @@ test - org.apache.geronimo.specs - geronimo-javamail_1.4_spec - - com.sun.xml.fastinfoset FastInfoset true