From commits-return-72893-archive-asf-public=cust-asf.ponee.io@camel.apache.org Tue May 28 15:44:10 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id D441C18060F for ; Tue, 28 May 2019 17:44:09 +0200 (CEST) Received: (qmail 85049 invoked by uid 500); 28 May 2019 15:44:08 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 85040 invoked by uid 99); 28 May 2019 15:44:08 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 May 2019 15:44:08 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id A6F538A130; Tue, 28 May 2019 15:44:08 +0000 (UTC) Date: Tue, 28 May 2019 15:44:08 +0000 To: "commits@camel.apache.org" Subject: =?utf-8?q?=5Bcamel=5D_branch_camel-2=2Ex_updated=3A_=5BCAMEL-135?= =?utf-8?q?93=5Davoid_=E2=80=9Cexpected_resource_not_found=E2=80=9D_warnin?= =?utf-8?q?gs_when_using_camel-mail_in_OSGi?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155905824827.16056.17520194795830955179@gitbox.apache.org> From: ffang@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: camel X-Git-Refname: refs/heads/camel-2.x X-Git-Reftype: branch X-Git-Oldrev: 29c126fd31cf251128c245798740c2b3683ce37e X-Git-Newrev: a13bb2995f3f61d7261c2b20ee2ecf484599a06c X-Git-Rev: a13bb2995f3f61d7261c2b20ee2ecf484599a06c X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. ffang pushed a commit to branch camel-2.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-2.x by this push: new a13bb29 [CAMEL-13593]avoid “expected resource not found” warnings when using camel-mail in OSGi a13bb29 is described below commit a13bb2995f3f61d7261c2b20ee2ecf484599a06c Author: Freeman Fang AuthorDate: Tue May 28 11:43:56 2019 -0400 [CAMEL-13593]avoid “expected resource not found” warnings when using camel-mail in OSGi --- components/camel-mail/pom.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/components/camel-mail/pom.xml b/components/camel-mail/pom.xml index bef1f01..75a3989 100644 --- a/components/camel-mail/pom.xml +++ b/components/camel-mail/pom.xml @@ -137,6 +137,35 @@ -Dfile.encoding=UTF-8 + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + com.sun.mail:javax.mail + + + + + com.sun.mail:javax.mail + + META-INF/javamail.default.address.map + META-INF/javamail.default.providers + + + + true + + + +