From commits-return-63191-archive-asf-public=cust-asf.ponee.io@camel.apache.org Fri Jun 1 09:19:37 2018 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 [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 2252618063A for ; Fri, 1 Jun 2018 09:19:36 +0200 (CEST) Received: (qmail 55775 invoked by uid 500); 1 Jun 2018 07:19:36 -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 55766 invoked by uid 99); 1 Jun 2018 07:19:36 -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; Fri, 01 Jun 2018 07:19:36 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 845D982A86; Fri, 1 Jun 2018 07:19:35 +0000 (UTC) Date: Fri, 01 Jun 2018 07:19:35 +0000 To: "commits@camel.apache.org" Subject: [camel] branch camel-2.20.x updated: CAMEL-12536 - camel-google-mail: adding the camel component to a spring boot project leads to java.lang.NoSuchMethodError: javax.servlet.ServletContext.getClassLoader()Ljava/lang/ClassLoader; MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <152783757528.29745.4320983561631103261@gitbox.apache.org> From: acosentino@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: camel X-Git-Refname: refs/heads/camel-2.20.x X-Git-Reftype: branch X-Git-Oldrev: 7b7038cbf6da7ac4a36dddd7027d5d093aa528bd X-Git-Newrev: f39b0f667bc506f86cad6865db92f8615b4a75ec X-Git-Rev: f39b0f667bc506f86cad6865db92f8615b4a75ec 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. acosentino pushed a commit to branch camel-2.20.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-2.20.x by this push: new f39b0f6 CAMEL-12536 - camel-google-mail: adding the camel component to a spring boot project leads to java.lang.NoSuchMethodError: javax.servlet.ServletContext.getClassLoader()Ljava/lang/ClassLoader; f39b0f6 is described below commit f39b0f667bc506f86cad6865db92f8615b4a75ec Author: Andrea Cosentino AuthorDate: Fri Jun 1 09:15:46 2018 +0200 CAMEL-12536 - camel-google-mail: adding the camel component to a spring boot project leads to java.lang.NoSuchMethodError: javax.servlet.ServletContext.getClassLoader()Ljava/lang/ClassLoader; --- components/camel-google-mail/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/camel-google-mail/pom.xml b/components/camel-google-mail/pom.xml index cbf55da..0eab7bc 100644 --- a/components/camel-google-mail/pom.xml +++ b/components/camel-google-mail/pom.xml @@ -58,6 +58,12 @@ com.google.oauth-client google-oauth-client-jetty ${google-api-client-version} + + + org.mortbay.jetty + servlet-api + + com.google.http-client -- To stop receiving notification emails like this one, please contact acosentino@apache.org.